summaryrefslogtreecommitdiff
path: root/app/emergency/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-10-10 20:51:39 +0200
committerMinteck <contact@minteck.org>2022-10-10 20:51:39 +0200
commit108525534c28013cfe1897c30e4565f9893f3766 (patch)
treedd3e5132971f96ab5f05e7f3f8f6dbbf379a19bd /app/emergency/index.php
parent2162eaa06f7e4764eb3dcfe130ec2c711d0c62ab (diff)
downloadpluralconnect-108525534c28013cfe1897c30e4565f9893f3766.tar.gz
pluralconnect-108525534c28013cfe1897c30e4565f9893f3766.tar.bz2
pluralconnect-108525534c28013cfe1897c30e4565f9893f3766.zip
Update
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