mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
latest copy
This commit is contained in:
parent
b6dad1e958
commit
94c5e253f8
@ -32,9 +32,7 @@ if (file_exists($filename)) {
|
|||||||
$path = $p;
|
$path = $p;
|
||||||
define('TXT_PATH', $p);
|
define('TXT_PATH', $p);
|
||||||
} else {
|
} else {
|
||||||
$path = DIRECTORY_SEPARATOR."txt".DIRECTORY_SEPARATOR;
|
header('Location: /');
|
||||||
// if entered mod path is incorrect, use 1.10 txt files in /txt/ folder
|
|
||||||
define('TXT_PATH', './txt/');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Misc functions
|
// Misc functions
|
||||||
|
Loading…
Reference in New Issue
Block a user