HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cloudlinux/alt-php54/root/usr/share/pear/PHP_CodeBrowser/Autoload.php
<?php // this is an autogenerated file - do not edit (created Mon, 05 Sep 2011 09:22:14 +0200)
function autoload4e6478a62c1e5($class) {
      static $classes = null;
      if ($classes === null) {
         $classes = array(
            'cbclicontroller' => '/CLIController.php',
            'cberrorcheckstyle' => '/Plugins/ErrorCheckstyle.php',
            'cberrorcoverage' => '/Plugins/ErrorCoverage.php',
            'cberrorcpd' => '/Plugins/ErrorCPD.php',
            'cberrorcrap' => '/Plugins/ErrorCRAP.php',
            'cberrorpadawan' => '/Plugins/ErrorPadawan.php',
            'cberrorpmd' => '/Plugins/ErrorPMD.php',
            'cbfile' => '/File.php',
            'cbiohelper' => '/Helper/IOHelper.php',
            'cbissue' => '/Issue.php',
            'cbissuexml' => '/IssueXml.php',
            'cbpluginsabstract' => '/PluginsAbstract.php',
            'cbsourcehandler' => '/SourceHandler.php',
            'cbviewabstract' => '/View/ViewAbstract.php',
            'cbviewreview' => '/View/ViewReview.php'
         );
      }
   $cn = strtolower($class);
   if (isset($classes[$cn])) {
      require dirname(__FILE__) . $classes[$cn];
   }
}
spl_autoload_register('autoload4e6478a62c1e5');