ソースを参照

Corrected path to autoload

Pheella 3 年 前
コミット
498f207ab5
1 ファイル変更1 行追加1 行削除
  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;