latest copy

This commit is contained in:
color.diff=auto 2021-03-22 03:29:28 -06:00
parent b6dad1e958
commit 94c5e253f8

View File

@ -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