aboutsummaryrefslogtreecommitdiff
path: root/download/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'download/index.php')
-rw-r--r--download/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/download/index.php b/download/index.php
index d49bf6a..09a200d 100644
--- a/download/index.php
+++ b/download/index.php
@@ -2,7 +2,7 @@
session_start();
-if ($_SERVER['SERVER_NAME'] !== "flsh.sytes.net") {
+if ($_SERVER['SERVER_NAME'] !== "viewer.familine.minteck.org") {
header("Location: /");
die();
}
@@ -10,7 +10,7 @@ if ($_SERVER['SERVER_NAME'] !== "flsh.sytes.net") {
if (isset($_GET['i'])) {
$id = $_GET['i'];
} else {
- header("Location: https://share.familine.mooo.com");
+ header("Location: https://share.familine.minteck.org");
die();
}