diff options
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r-- | Autoload-rpm.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch index 0856847..354734a 100644 --- a/Autoload-rpm.patch +++ b/Autoload-rpm.patch @@ -1,6 +1,6 @@ diff -up ./phpab.php.rpm ./phpab.php ---- ./phpab.php.rpm 2023-06-14 08:18:08.257333519 +0200 -+++ ./phpab.php 2023-06-14 08:20:04.223300301 +0200 +--- ./phpab.php.rpm 2023-09-19 09:19:53.895163447 +0200 ++++ ./phpab.php 2023-09-19 09:20:45.772936697 +0200 @@ -43,12 +43,12 @@ * 5 - Duplicates found Error */ @@ -15,4 +15,4 @@ diff -up ./phpab.php.rpm ./phpab.php +require '/usr/share/php/TheSeer/Autoload/autoload.php'; $factory = new \TheSeer\Autoload\Factory(); - $factory->getCLI()->run($_SERVER); + $rc = $factory->getCLI()->run($_SERVER); |