Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/maintenance/purgeMessageBlobStore.php
Ðазад
<?php // @codeCoverageIgnoreStart require_once __DIR__ . '/Maintenance.php'; // @codeCoverageIgnoreEnd /** * Purge the MessageBlobStore cache. * * This script exists for use with the `--skip-message-purge` option of * rebuildLocalisationCache.php. * * @since 1.36 */ class PurgeMessageBlobStore extends Maintenance { public function execute() { $blobStore = $this->getServiceContainer()->getResourceLoader()->getMessageBlobStore(); $blobStore->clear(); } } // @codeCoverageIgnoreStart $maintClass = PurgeMessageBlobStore::class; require_once RUN_MAINTENANCE_IF_MAIN; // @codeCoverageIgnoreEnd
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка