diff options
author | Minteck <contact@minteck.org> | 2021-12-23 19:41:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-23 19:41:28 +0100 |
commit | c451cbe0b6de0707d891937d7f61596491e81565 (patch) | |
tree | 4c564a930af36980be2f345f68306aca0a967269 /download | |
parent | 4692b0866fb0051b8647f77f1f5a8ee74f48e89e (diff) | |
download | share-c451cbe0b6de0707d891937d7f61596491e81565.tar.gz share-c451cbe0b6de0707d891937d7f61596491e81565.tar.bz2 share-c451cbe0b6de0707d891937d7f61596491e81565.zip |
Commit
Diffstat (limited to 'download')
-rw-r--r-- | download/index.php | 4 |
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(); } |