From f914b44791448580651dbac55f56c6e3bac03d7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 10 Mar 2018 18:51:16 +0100 Subject: [PATCH] Revert "Silence php notices." This reverts commit f1a0f4fca68cc30bab3cb1dfcd0894841920f0c8. Not a good fix. --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 6142089..357a9f1 100644 --- a/index.php +++ b/index.php @@ -47,8 +47,6 @@ setlocale(LC_ALL,$lang); bindtextdomain("messages","locale"); textdomain("messages"); -$dist = ""; -$arch = ""; if (isset($_GET["dist"]) && isset($_GET["arch"])) { $dist = basename($_GET["dist"]); -- 2.44.0