Quellcode durchsuchen

quick fix on index root path

Toby Chui vor 5 Jahren
Ursprung
Commit
7b9c15e43e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.
 /*