Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/FileImporter/src/Remote/MediaWiki/AnyMediaWikiFileUrlChecker.php
Ðазад
<?php namespace FileImporter\Remote\MediaWiki; use FileImporter\Data\SourceUrl; use FileImporter\Interfaces\SourceUrlChecker; /** * This SourceUrlChecker implementation will allow any file from any mediawiki website. * * @license GPL-2.0-or-later * @author Addshore */ class AnyMediaWikiFileUrlChecker implements SourceUrlChecker { use MediaWikiSourceUrlParser; /** * @inheritDoc */ public function checkSourceUrl( SourceUrl $sourceUrl ): bool { return $this->parseTitleFromSourceUrl( $sourceUrl ) !== null; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка