summaryrefslogtreecommitdiff
path: root/api/docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/docs.php')
-rw-r--r--api/docs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/docs.php b/api/docs.php
index edcd4fb..1c9429b 100644
--- a/api/docs.php
+++ b/api/docs.php
@@ -1,6 +1,6 @@
<?php
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; global $_PROFILE;
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.inc"; global $isLoggedIn; global $_PROFILE;
if (!$isLoggedIn) header("Location: /-/login") and die();
$request_raw = file_get_contents('php://input');