소스 검색

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;