diff options
Diffstat (limited to 'pages/api/wakeup.php')
-rw-r--r-- | pages/api/wakeup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/api/wakeup.php b/pages/api/wakeup.php index 69b0a68..c338b9a 100644 --- a/pages/api/wakeup.php +++ b/pages/api/wakeup.php @@ -1,6 +1,6 @@ <?php -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.inc"; global $isLoggedIn; +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/session.inc"; global $isLoggedIn; if (!$isLoggedIn) header("Location: /-/login") and die(); global $_PROFILE; |