diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-08 18:27:46 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-08 18:27:46 +0200 |
commit | a20dff82a7e2602738f847fa4f1428af3235aafc (patch) | |
tree | e607db59fd59561c055a1b68b29d1cf3c6c99d4e /includes/header.php | |
parent | c69d44149f544cc80fbe32c26dc4c34266d97bf6 (diff) | |
download | main-a20dff82a7e2602738f847fa4f1428af3235aafc.tar.gz main-a20dff82a7e2602738f847fa4f1428af3235aafc.tar.bz2 main-a20dff82a7e2602738f847fa4f1428af3235aafc.zip |
Updating... the update... that updates
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/header.php b/includes/header.php index 36d0fc1..ab9b33e 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,10 +1,5 @@ <?php
-if ($_SERVER['REMOTE_ADDR'] !== "92.152.77.195") {
- header("Location: https://minteck-projects.alwaysdata.net");
- die();
-}
-
$lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
function l($en, $fr = null) {
|