One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
php
/
Fedora
/
Autoloader
/
View File Name :
autoload.php
<?php /** * This file is part of the Fedora Autoloader package. * * (c) Shawn Iwinski <shawn@iwin.ski> and Remi Collet <remi@fedoraproject.org> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { require_once __DIR__.'/Autoload.php'; } if (!function_exists('Fedora\\Autoloader\\requireFile')) { require_once __DIR__.'/functions.php'; } \Fedora\Autoloader\Autoload::addPsr4('Fedora\\Autoloader\\', __DIR__);