Explorar o código

quick fix on index root path

Toby Chui %!s(int64=6) %!d(string=hai) anos
pai
achega
7b9c15e43e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
 /*