diff options
author | Simo Leone <simo@archlinux.org> | 2008-01-23 09:51:33 +0100 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-01-23 09:51:33 +0100 |
commit | 7bad8a8357773e7918e0b794dbec8a36ee9154ad (patch) | |
tree | 65374bd77f1a6abf41092aeb2919d3f10b4c6816 /web/lib/config.inc.proto | |
parent | 2bcd8ff1db2b590121d14a616c8969348ca1dfe6 (diff) | |
download | aur-7bad8a8357773e7918e0b794dbec8a36ee9154ad.tar.gz aur-7bad8a8357773e7918e0b794dbec8a36ee9154ad.tar.xz |
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>
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r-- | web/lib/config.inc.proto | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index 11c0cb41..b0f7615f 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -11,9 +11,6 @@ define( "UPLOAD_DIR", "/home/aur/unsupported-temp/" ); define( "INCOMING_DIR", "/home/aur/unsupported/" ); define( "URL_DIR", "/packages/" ); -define( "AURQ_LOG", "/home/aur/aurq.log" ); -define( "AURD_LOG", "/home/aur/aurd.log" ); - define( "USERNAME_MIN_LEN", 3 ); define( "USERNAME_MAX_LEN", 16 ); define( "PASSWD_MIN_LEN", 4 ); @@ -21,11 +18,6 @@ define( "PASSWD_MAX_LEN", 128 ); $LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout -# debugging variables -# -$QBUG = 1; # toggle query logging to /var/tmp/aurq.log -$DBUG = 1; # use dbug($msg) to log to /var/tmp/aurd.log - $SUPPORTED_LANGS = array( # what languages we have translations for "en" => "English", "pl" => "Polski", |