diff options
Diffstat (limited to 'api/video.php')
-rw-r--r-- | api/video.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/video.php b/api/video.php index e960ddf..00c8214 100644 --- a/api/video.php +++ b/api/video.php @@ -1,6 +1,6 @@ <?php -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.inc"; global $isLoggedIn; if (!$isLoggedIn) header("Location: /-/login") and die(); if (isset($_GET['id'])) { |