Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 549)
+++ trunk/CHANGELOG	(revision 550)
@@ -13,6 +13,7 @@
 ------------------------------------- 2.7.0 -------------------------------------
 17-Jan-2008 Christian Sommer
 #	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
+!	removed the PAGE_EXTENSION from frontend login
 
 17-Jan-2008 Matthias Gallas
 #	Reintroduced changes from changeset 520 and 540 wich where overwritten 
Index: trunk/wb/account/login.php
===================================================================
--- trunk/wb/account/login.php	(revision 549)
+++ trunk/wb/account/login.php	(revision 550)
@@ -65,7 +65,7 @@
 									"MIN_PASSWORD_LEN" => "2",
 									"MAX_USERNAME_LEN" => "30",
 									"MAX_PASSWORD_LEN" => "30",
-									"LOGIN_URL" => WB_URL."/account/login".PAGE_EXTENSION .'?redirect=' .$redirect,
+									"LOGIN_URL" => WB_URL."/account/login.php?redirect=" .$redirect,
 									"DEFAULT_URL" => WB_URL.PAGES_DIRECTORY."/index.php",
 									"TEMPLATE_DIR" => ADMIN_PATH."/login",
 									"TEMPLATE_FILE" => "template.html",
