include pdo fix. header sent possible fix

This commit is contained in:
color.diff=auto 2021-03-24 09:47:27 -06:00
parent f322f2067e
commit ac7d3d7c29
3 changed files with 6 additions and 3 deletions

View File

@ -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)) {

View File

@ -1,5 +1,5 @@
<?php <?php
include "../_pdo.php";
/* /*
GPLv2 (C) <2021> <HashCasper> GPLv2 (C) <2021> <HashCasper>
@ -70,4 +70,4 @@ class D2Database {
} }
} }
} }

View File

@ -129,4 +129,4 @@ class D2Files {
return $this->files[$name]; return $this->files[$name];
} }
} }