diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/packages.php | 9 | ||||
-rw-r--r-- | web/html/pkgedit.php | 7 | ||||
-rw-r--r-- | web/html/pkgsubmit.php | 10 |
3 files changed, 0 insertions, 26 deletions
diff --git a/web/html/packages.php b/web/html/packages.php index 85012e0b..053756fe 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -26,15 +26,6 @@ if (isset($_GET['ID'])) { html_header($title); # print out the HTML header -# enable debugging -# -$DBUG = 0; -if ($DBUG) { - print "<pre>\n"; - print_r($_REQUEST); - print "</pre>\n"; -} - # get login privileges # if (isset($_COOKIE["AURSID"])) { diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php index 9eb2fe24..24b6e23a 100644 --- a/web/html/pkgedit.php +++ b/web/html/pkgedit.php @@ -10,13 +10,6 @@ check_sid(); # see if they're still logged in html_header(); # print out the HTML header $svn_idstr = "\$Id$"; -$DBUG = 0; -if ($DBUG) { - print "<pre>\n"; - print_r($_REQUEST); - print "</pre>\n"; -} - # Make sure this visitor is logged in # if (isset($_COOKIE["AURSID"])) { 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 |