Parcourir la source

quick fix on index root path

Toby Chui il y a 5 ans
Parent
commit
7b9c15e43e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 /*