SetItems working. Tesing

This commit is contained in:
color.diff=auto
2021-03-23 02:55:21 -06:00
parent 077baa8edd
commit f6dba6dab9
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ if (file_exists($filename)) {
$path = $p;
define('TXT_PATH', $p);
} else {
header('Location: ./src/D2Config.php');
header('Location: /src/D2Config.php');
}
// Misc functions
@@ -82,6 +82,6 @@ if (file_exists($filename)) {
// load app
require_once './src/index.php';
} else {
header('Location: ./src/config.php');
header('Location: ./src/D2Config.php');
}
?>