File manager - Edit - /home/missmand/public_html/vendor/gregwar/captcha/autoload.php
Back
<?php /** * Registers an autoload for all the classes in Gregwar\Captcha */ spl_autoload_register(function ($className) { $namespace = 'Gregwar\\Captcha'; if (strpos($className, $namespace) === 0) { $className = str_replace($namespace, '', $className); $fileName = __DIR__ . '/' . str_replace('\\', '/', $className) . '.php'; if (file_exists($fileName)) { require($fileName); } } });
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings