NEW - bug 210: Babel or Babel-like Community Internationalization
https://foundation.eclipse.org/infrazilla/show_bug.cgi?id=210
diff --git a/html/login.php b/html/login.php
index 047ff87..b64d1c8 100755
--- a/html/login.php
+++ b/html/login.php
@@ -36,7 +36,7 @@
 			$Session = new Session();
 			$Session->create($User->userid, $REMEMBER);
 			SetSessionVar('User', $User);
-			exitTo("index.php");
+			exitTo("translate.php");
 		}
 	}
 	else {