mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update the references for header.php and footer.php files to point the resources directory.
This commit is contained in:
@@ -41,7 +41,7 @@ else {
|
||||
}
|
||||
|
||||
//show the header
|
||||
require_once "includes/header.php";
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-sql_query'];
|
||||
|
||||
//pdo voicemail database connection
|
||||
@@ -175,5 +175,5 @@ else {
|
||||
|
||||
//show the footer
|
||||
include "resources/require.php";
|
||||
require_once "includes/footer.php";
|
||||
require_once "resources/footer.php";
|
||||
?>
|
||||
Reference in New Issue
Block a user