fix requires on admin index
This commit is contained in:
parent
13507e4704
commit
e9a5db769a
@ -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'));
|
||||
?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user