diff --git a/backend.php b/backend.php index b9b60a542..a87195c44 100644 --- a/backend.php +++ b/backend.php @@ -539,9 +539,8 @@ print ""; $_SESSION = array(); - + } break; - } } // Select action according to $op value. diff --git a/config.php-dist b/config.php-dist index 85fe7cdc4..58811646d 100644 --- a/config.php-dist +++ b/config.php-dist @@ -100,9 +100,8 @@ // If update daemon and update_feeds should send digests // Disable if you prefer querying special URL (see wiki) - define('ENABLE_TRANSLATIONS', false); - // Enable experimental support for interface translations - // based on PHP-Gettext. This is of no much use right now. + define('ENABLE_TRANSLATIONS', true); + // Enable support for interface translations define('MYSQL_CHARSET', ''); // Connection charset for MySQL. Only enable if having charset-related diff --git a/login_form.php b/login_form.php index af5e70e9b..ad3b21854 100644 --- a/login_form.php +++ b/login_form.php @@ -14,20 +14,15 @@