summaryrefslogtreecommitdiffstats
path: root/Autoload-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Autoload-rpm.patch')
-rw-r--r--Autoload-rpm.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/Autoload-rpm.patch b/Autoload-rpm.patch
index bd699c1..0856847 100644
--- a/Autoload-rpm.patch
+++ b/Autoload-rpm.patch
@@ -1,5 +1,6 @@
---- phpab.php.rpm 2015-06-30 22:02:53.000000000 +0200
-+++ phpab.php 2015-07-01 10:13:32.443481551 +0200
+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
@@ -43,12 +43,12 @@
* 5 - Duplicates found Error
*/
@@ -14,4 +15,4 @@
+require '/usr/share/php/TheSeer/Autoload/autoload.php';
$factory = new \TheSeer\Autoload\Factory();
- $factory->getCLI()->run();
+ $factory->getCLI()->run($_SERVER);