mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
SetItems working. Tesing
This commit is contained in:
@@ -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');
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user