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('DB_FILE', 'db');
include "../_pdo.php";
$filename = 'd2im.conf';
if (file_exists($filename)) {

View File

@ -1,5 +1,5 @@
<?php
include "../_pdo.php";
/*
GPLv2 (C) <2021> <HashCasper>