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