Parcourir la source

Corrected path to autoload

Pheella il y a 3 ans
Parent
commit
498f207ab5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;