mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 18:18:22 +00:00
Change includes/checkauth.php to resources/check_auth.php.
This commit is contained in:
@@ -29,7 +29,7 @@ if (!file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/includes/config.php"))
|
||||
exit;
|
||||
}
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "resources/check_auth.php";
|
||||
require_once "includes/header.php";
|
||||
|
||||
//add multi-lingual support
|
||||
|
||||
Reference in New Issue
Block a user