mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-27 02:59:15 +00:00
Change includes/checkauth.php to resources/check_auth.php.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "resources/check_auth.php";
|
||||
if (if_group("admin") || if_group("superadmin")) {
|
||||
//access granted
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
//require_once "includes/checkauth.php";
|
||||
//require_once "resources/check_auth.php";
|
||||
|
||||
$file = $_GET["f"];
|
||||
require_once "resources/secure_download.php";
|
||||
|
||||
@@ -526,7 +526,7 @@
|
||||
</src>
|
||||
<src>
|
||||
<type>file</type>
|
||||
<path>/includes/checkauth.php</path>
|
||||
<path>/resources/check_auth.php</path>
|
||||
<last_mod>Sun, 05 Sep 2010 06:44:52 GMT</last_mod>
|
||||
<md5>8f5f75bae7abe72ddfe0283d9f05935f</md5>
|
||||
<size>4660</size>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "resources/check_auth.php";
|
||||
|
||||
//clears if file exists cache
|
||||
clearstatcache();
|
||||
|
||||
Reference in New Issue
Block a user