[projects/buildlogs] Revert "Silence php notices."
arekm
arekm at pld-linux.org
Sat Mar 10 18:51:29 CET 2018
commit f914b44791448580651dbac55f56c6e3bac03d7c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Mar 10 18:51:16 2018 +0100
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"]);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/buildlogs.git/commitdiff/f914b44791448580651dbac55f56c6e3bac03d7c
More information about the pld-cvs-commit
mailing list