summaryrefslogtreecommitdiff
path: root/app/emergency/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/emergency/index.php')
-rw-r--r--app/emergency/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/emergency/index.php b/app/emergency/index.php
index d8cfedf..c6e1436 100644
--- a/app/emergency/index.php
+++ b/app/emergency/index.php
@@ -1,4 +1,4 @@
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; if (!$isLoggedIn) header("Location: /-/login") and die(); ?>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.inc"; global $isLoggedIn; if (!$isLoggedIn) header("Location: /-/login") and die(); ?>
<!DOCTYPE html>
<html lang="en">
@@ -26,7 +26,7 @@
<body>
<div class="container">
<br>
- <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/emergency.php"; ?>
+ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/emergency.inc"; ?>
</div>
</body>
</html> \ No newline at end of file