mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove the include to the resources/menu.php file that is no longer in use.
This commit is contained in:
@@ -68,9 +68,6 @@ require_once "resources/require.php";
|
||||
$template = ob_get_contents(); //get the output from the buffer
|
||||
ob_end_clean(); //clean the buffer
|
||||
|
||||
//get the menu
|
||||
require_once "resources/menu.php";
|
||||
|
||||
//prepare the template to display the output
|
||||
$custom_head = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user