]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
Revert "Silence php notices."
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Mar 2018 17:51:16 +0000 (18:51 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Mar 2018 17:51:16 +0000 (18:51 +0100)
This reverts commit f1a0f4fca68cc30bab3cb1dfcd0894841920f0c8.

Not a good fix.

index.php

index 614208965aea4f90b3a47a2cf754bbc4f29b2d9d..357a9f18736d8617d571d34d29eb1e415507718b 100644 (file)
--- 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"]);
This page took 0.15106 seconds and 4 git commands to generate.