Update the reference to includes/require.php to point to the resources directory.
This commit is contained in:
parent
dfd52f9478
commit
a1964b2f75
|
|
@ -23,7 +23,7 @@
|
|||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
*/
|
||||
require_once "includes/require.php";
|
||||
require_once "resources/require.php";
|
||||
session_start();
|
||||
|
||||
//if the username session is not set the check username and password
|
||||
|
|
|
|||
Loading…
Reference in New Issue