mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update the references for header.php and footer.php files to point the resources directory.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
//add the header
|
||||
include "includes/header.php";
|
||||
include "resources/header.php";
|
||||
|
||||
//show the message
|
||||
if (strlen($msg) > 0) {
|
||||
@@ -141,6 +141,6 @@
|
||||
echo "</div>";
|
||||
|
||||
//add the footer
|
||||
include "includes/footer.php";
|
||||
include "resources/footer.php";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user