From: Arkadiusz Miƛkiewicz Date: Sat, 10 Mar 2018 17:51:16 +0000 (+0100) Subject: Revert "Silence php notices." X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=projects%2Fbuildlogs.git;a=commitdiff_plain;h=f914b44791448580651dbac55f56c6e3bac03d7c Revert "Silence php notices." This reverts commit f1a0f4fca68cc30bab3cb1dfcd0894841920f0c8. Not a good fix. --- 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"]);