fix requires on admin index

This commit is contained in:
Sundog Jones 2024-05-06 11:05:29 -04:00
parent 13507e4704
commit e9a5db769a
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?php
require_once(realpath(dirname(__FILE__) . '/../db/config.php'));
$db_path = realpath(dirname(__FILE__) . '/../config/db.php');
require_once($db_path);
require_once(realpath(dirname(__FILE__) . '/../header.php'));
?>