OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
php
/
Seld
/
CliPrompt
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/20/2024 06:32:22 AM
rwxr-xr-x
📄
CliPrompt.php
3.49 KB
03/18/2017 11:32:45 AM
rw-r--r--
📄
autoload.php
523 bytes
08/04/2017 04:36:46 PM
rw-r--r--
Editing: autoload.php
Close
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'seld\\cliprompt\\cliprompt' => '/CliPrompt.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd