diff options
Diffstat (limited to 'file')
-rw-r--r-- | file/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file/index.php b/file/index.php index d0cc0f9..d5ad3ef 100644 --- a/file/index.php +++ b/file/index.php @@ -36,7 +36,7 @@ function fallback() {if (true): ?> <?php die();endif; } -if ($_SERVER['SERVER_NAME'] !== "flsh.sytes.net") { +if ($_SERVER['SERVER_NAME'] !== "viewer.familine.minteck.org") { header("Location: /"); die(); } |