Przeglądaj źródła

Corrected path to autoload

Pheella 3 lat temu
rodzic
commit
498f207ab5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -1,5 +1,5 @@
 <?php
-require_once '/var/www/html/vendor/autoload.php';
+require_once './vendor/autoload.php';
 
 $array = [];
 $array['ssl']=false;