From f1a0f4fca68cc30bab3cb1dfcd0894841920f0c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 9 Mar 2018 11:17:58 +0100 Subject: [PATCH] Silence php notices. --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 357a9f1..6142089 100644 --- a/index.php +++ b/index.php @@ -47,6 +47,8 @@ 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