Change includes/checkauth.php to resources/check_auth.php.

This commit is contained in:
Mark Crane
2013-07-06 05:50:55 +00:00
parent fc68f8c5ef
commit 6a70d8db41
287 changed files with 288 additions and 288 deletions

View File

@@ -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
}

View File

@@ -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";

View File

@@ -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>

View File

@@ -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();