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

@@ -42,7 +42,7 @@
*/
session_start();
error_reporting(E_ALL ^ E_WARNING);
include "../_pdo.php";
require_once "../src/D2Functions.php";
require_once "../src/D2ItemDesc.php";