Skip to content

Commit 4dbf2a7

Browse files
committed
do not use composer for fcgiget.php
1 parent 66efe2c commit 4dbf2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcgiget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the GNU Lesser General Public License for more details.
1616
*/
1717

18-
require 'vendor/autoload.php';
18+
require 'src/Adoy/FastCGI/Client.php';
1919

2020
use Adoy\FastCGI\Client;
2121

0 commit comments

Comments
 (0)