diff options
author | jchu <jchu> | 2004-12-15 04:12:39 +0100 |
---|---|---|
committer | jchu <jchu> | 2004-12-15 04:12:39 +0100 |
commit | 15ade606f60d9a565204ef0fe232f07894fea0b8 (patch) | |
tree | 5f9cd09dfedfb9d3be74d5456f94e6efacf498c7 /web | |
parent | 08d84612b0ca8b086aa35427586c8c383a80903f (diff) | |
download | aur-15ade606f60d9a565204ef0fe232f07894fea0b8.tar.gz aur-15ade606f60d9a565204ef0fe232f07894fea0b8.tar.xz |
removed debugging messages
Diffstat (limited to 'web')
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 9f034b1c..7de7f207 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -8,7 +8,7 @@ html_header(); # print out the HTML header print "<center>\n"; # Debugging -$DBUG = 1; +$DBUG = 0; # this is the directory that new packages will be uploaded to # |