Version 1.4.0" ); $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", "it" => "Italiano", "ca" => "Català", "pt" => "Português", "es" => "Español", "de" => "Deutsch", "ru" => "Русский", "fr" => "Français" ); # vim: ts=2 sw=2 noet ft=php ?>