From c451cbe0b6de0707d891937d7f61596491e81565 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 23 Dec 2021 19:41:28 +0100 Subject: Commit --- download/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'download/index.php') 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(); } -- cgit