浏览代码

quick fix on index root path

Toby Chui 5 年之前
父节点
当前提交
7b9c15e43e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/auth.php

+ 1 - 1
src/auth.php

@@ -16,7 +16,7 @@ if (session_status() == PHP_SESSION_NONE) {
 }
 //Auth System Settings. DO NOT TOUCH THESE VALUES
 $maxAuthscriptDepth = 32;
-$sysConfigDir = "E:/TeaBag-data/"; //Remember to end with "/"
+$sysConfigDir = ""; //Remember to end with "/"
 
 //You can get the following variable from any script that included this auth script.
 /*