|
@@ -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.
|
|
|
/*
|