mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
include pdo fix. header sent possible fix
This commit is contained in:
@@ -27,6 +27,9 @@ ini_set('log_errors', 1);
|
|||||||
define('FILTER_PROPERTIES_FILE', 'filterProperties.txt');
|
define('FILTER_PROPERTIES_FILE', 'filterProperties.txt');
|
||||||
define('DB_FILE', 'db');
|
define('DB_FILE', 'db');
|
||||||
|
|
||||||
|
include "../_pdo.php";
|
||||||
|
|
||||||
|
|
||||||
$filename = 'd2im.conf';
|
$filename = 'd2im.conf';
|
||||||
|
|
||||||
if (file_exists($filename)) {
|
if (file_exists($filename)) {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
include "../_pdo.php";
|
|
||||||
/*
|
/*
|
||||||
GPLv2 (C) <2021> <HashCasper>
|
GPLv2 (C) <2021> <HashCasper>
|
||||||
|
|
||||||
@@ -70,4 +70,4 @@ class D2Database {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
@@ -129,4 +129,4 @@ class D2Files {
|
|||||||
return $this->files[$name];
|
return $this->files[$name];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user