mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change the path for includes/require.php to the resources directory.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
//includes
|
||||
if (!defined('STDIN')) { include "root.php"; }
|
||||
require_once "includes/require.php";
|
||||
require_once "resources/require.php";
|
||||
|
||||
//set init settings
|
||||
ini_set('max_execution_time',1800); //30 minutes
|
||||
|
||||
Reference in New Issue
Block a user