Spamworldpro Mini Shell
Spamworldpro


Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.21
Disable Function : NONE
Directory :  /usr/share/php/ReCaptcha/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/php/ReCaptcha/autoload.php
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'recaptcha\\recaptcha' => '/ReCaptcha.php',
                'recaptcha\\requestmethod' => '/RequestMethod.php',
                'recaptcha\\requestmethod\\curl' => '/RequestMethod/Curl.php',
                'recaptcha\\requestmethod\\curlpost' => '/RequestMethod/CurlPost.php',
                'recaptcha\\requestmethod\\post' => '/RequestMethod/Post.php',
                'recaptcha\\requestmethod\\socket' => '/RequestMethod/Socket.php',
                'recaptcha\\requestmethod\\socketpost' => '/RequestMethod/SocketPost.php',
                'recaptcha\\requestparameters' => '/RequestParameters.php',
                'recaptcha\\response' => '/Response.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd

Spamworldpro Mini