diff options
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r-- | web/html/pkgsubmit.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 2c0c7d08..1b74ce77 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -13,20 +13,10 @@ echo "<div class=\"pgbox\">\n"; echo " <div class=\"pgboxtitle\"><span class=\"f3\">".__("Submit")."</span></div>\n"; echo " <div class=\"pgboxbody\">\n"; -# Debugging -$DBUG = 0; - if ($_COOKIE["AURSID"]) { # track upload errors # $error = ""; - if ($DBUG) { - print "</center><pre>\n"; - print_r($_REQUEST); - print "<br>"; - print_r($_FILES); - print "</pre><center>\n"; - } if ($_REQUEST["pkgsubmit"]) { #Before processing, make sure we even have a file |