mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Removed QBUG and DBUG
It was broken and hardly used. It's just as easy to add short print statements or logging if some debugging output is needed. Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
2bcd8ff1db
commit
7bad8a8357
5 changed files with 0 additions and 50 deletions
|
@ -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"])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue