summaryrefslogtreecommitdiff
path: root/pages/api/data.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/api/data.php')
-rw-r--r--pages/api/data.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/api/data.php b/pages/api/data.php
index 0a1b01b..eb07824 100644
--- a/pages/api/data.php
+++ b/pages/api/data.php
@@ -1,7 +1,7 @@
<?php
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.inc"; global $isLoggedIn;
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/bitset.inc";
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/session.inc"; global $isLoggedIn;
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/bitset.inc";
if (!$isLoggedIn) header("Location: /-/login") and die();
if (!isset($_GET['f']) || !file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/data/" . $_GET['f'])) {