mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Change the path for includes/require.php to the resources directory.
This commit is contained in:
@@ -1187,7 +1187,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
||||
unset($db_tmp);
|
||||
|
||||
//include additional files
|
||||
require "includes/require.php";
|
||||
require "resources/require.php";
|
||||
|
||||
//set the defaults
|
||||
$menu_name = 'default';
|
||||
|
||||
Reference in New Issue
Block a user