diff options
Diffstat (limited to 'phar-utils-autoload.php')
-rw-r--r-- | phar-utils-autoload.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/phar-utils-autoload.php b/phar-utils-autoload.php deleted file mode 100644 index 622780c..0000000 --- a/phar-utils-autoload.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -/* Autoloader for seld/phar-utils and its dependencies */ - -if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { - require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; -} - -\Fedora\Autoloader\Autoload::addPsr4('Seld\\PharUtils\\', __DIR__); - |