mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
Refactored Item display. Todo: auto doc gen debug loop
This commit is contained in:
3
ajax/config.php
Normal file → Executable file
3
ajax/config.php
Normal file → Executable 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']);
|
||||
|
Reference in New Issue
Block a user