]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
Silence php notices.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Mar 2018 10:17:58 +0000 (11:17 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Mar 2018 10:17:58 +0000 (11:17 +0100)
index.php

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