Windows path fix. Todo: fix mod switching

This commit is contained in:
Hash Borgir
2021-05-03 04:04:46 -06:00
parent f008b24b1f
commit ad0ed9be30
3 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ if (!empty($_POST)) {
$path = rtrim($_POST['path'], "\\");
$path = str_replace("\\", "\\\\", $path);
$tbl = '\\\\data\\\\local\\\\lng\\\\eng\\\\';
$tbl = $path.'\\\\data\\\\local\\\\lng\\\\eng\\\\';
$path .= '\\\\data\\\\global\\\\excel\\\\';