diff options
Diffstat (limited to '_frame/library.internal/view.php')
-rw-r--r-- | _frame/library.internal/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_frame/library.internal/view.php b/_frame/library.internal/view.php index e2c9d2a..54b3c85 100644 --- a/_frame/library.internal/view.php +++ b/_frame/library.internal/view.php @@ -1,6 +1,6 @@ <?php if (str_ends_with($_SERVER['HTTP_HOST'], ".familine.minteck.org")) { $_FAMILINE = true; setlocale(LC_TIME, array('fr_FR.UTF-8','fr_FR@euro','fr_FR','french')); } else { $_FAMILINE = false; } function l($en, $fr) { global $_FAMILINE; if ($_FAMILINE) { return $fr; } else { return $en; } } $root = $_SERVER['DOCUMENT_ROOT']; $root = $_SERVER['DOCUMENT_ROOT']; -$data = json_decode(file_get_contents("https://argon.minteck.org/api/get_list.php"), true); +$data = json_decode(file_get_contents("https://forced.argon.minteck.org/api/get_list.php"), true); $views = json_decode(file_get_contents("/mnt/argon-cdn/3pad/data.json"), true); if (str_starts_with($_GET['_'], ":")) { |