Refactored Item display. Todo: auto doc gen debug loop

This commit is contained in:
color.diff=auto
2021-05-06 02:36:04 -06:00
parent f71ab1fc24
commit 5c6a657820
2066 changed files with 338969 additions and 204 deletions

3
ajax/config.php Normal file → Executable file
View File

@@ -44,9 +44,6 @@
session_start();
error_reporting(E_ALL ^ E_WARNING);
include "../_pdo.php";
require_once "../src/D2Functions.php";
require_once "../src/D2ItemDesc.php";
require_once './D2AjaxFunctions.php';
define('DB_FILE', $_SESSION['modname'] . ".db");
define('TXT_PATH', $_SESSION['path']);