From: Roland Häder <roland@mxchange.org>
Date: Mon, 27 Jul 2009 08:46:31 +0000 (+0000)
Subject: Deprecated action=login (admin area) removed
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1dd584090ba559372adb525fba74f46262c7308c;p=mailer.git

Deprecated action=login (admin area) removed
---

diff --git a/inc/extensions/ext- b/inc/extensions/ext-
index 64cd843a24..4dd9d45115 100644
--- a/inc/extensions/ext-
+++ b/inc/extensions/ext-
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 	// SQL commands to run
 	break;
 
diff --git a/inc/extensions/ext-active.php b/inc/extensions/ext-active.php
index 7bfd72efe3..10bcf31ad9 100644
--- a/inc/extensions/ext-active.php
+++ b/inc/extensions/ext-active.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_guest_menu` (`action`,`what`,`title`,`sort`,`visible`,`locked`) VALUES ('main','active','Heute Online', 10, 'N','Y')");
 		break;
diff --git a/inc/extensions/ext-admins.php b/inc/extensions/ext-admins.php
index ebb2bc1c34..80ccceb242 100644
--- a/inc/extensions/ext-admins.php
+++ b/inc/extensions/ext-admins.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.2.0', '0.3.0', '0.3.1', '0.4.0', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('admins', NULL, 'Admin-Management','Administratoren anlegen, l&ouml;schen oder Passwort/E-Mail Adresse &auml;ndern.','1')");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('admins','admins_add','Admin hinzuf&uuml;gen','Neuen Admin-Account anlegen','0')");
diff --git a/inc/extensions/ext-admintheme1.php b/inc/extensions/ext-admintheme1.php
index 0888bd6f4b..46ef52ada7 100644
--- a/inc/extensions/ext-admintheme1.php
+++ b/inc/extensions/ext-admintheme1.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// Remove all other themes
 		ADD_EXT_SQL("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_extensions` WHERE ext_name LIKE 'admintheme%'");
 		ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_admin_menu` SET `action`='stats' WHERE `what`='usr_online'");
diff --git a/inc/extensions/ext-admintheme_default.php b/inc/extensions/ext-admintheme_default.php
index 67320b1707..a070176425 100644
--- a/inc/extensions/ext-admintheme_default.php
+++ b/inc/extensions/ext-admintheme_default.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// Remove all other menu themes
 		ADD_EXT_SQL("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_extensions` WHERE ext_name LIKE 'admintheme%'");
 		ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_admin_menu` SET `action`='misc' WHERE `what`='usr_online' LIMIT 1");
diff --git a/inc/extensions/ext-autopurge.php b/inc/extensions/ext-autopurge.php
index b6ce1be192..ff38a3f649 100644
--- a/inc/extensions/ext-autopurge.php
+++ b/inc/extensions/ext-autopurge.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_pool` MODIFY data_type ENUM('TEMP','SEND','NEW','ADMIN','ACTIVE','DELETED') NOT NULL DEFAULT 'TEMP'");
 		if (EXT_IS_ACTIVE('bonus')) {
diff --git a/inc/extensions/ext-bank.php b/inc/extensions/ext-bank.php
index c8af77f863..111ec596a7 100644
--- a/inc/extensions/ext-bank.php
+++ b/inc/extensions/ext-bank.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_bank_accounts`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_bank_accounts` (
diff --git a/inc/extensions/ext-beg.php b/inc/extensions/ext-beg.php
index 80920bf554..78a00f2a4b 100644
--- a/inc/extensions/ext-beg.php
+++ b/inc/extensions/ext-beg.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_beg','Bettel-Link','IP-Sperre, {!POINTS!}-Verg&uuml;tung usw. k&ouml;nnen Sie hier einstellen.', 10)");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_guest_menu` (`action`,`what`,`title`,`sort`,`visible`,`locked`) VALUES ('main','beg','{!POINTS!} erbetteln!',4,'Y','Y')");
diff --git a/inc/extensions/ext-birthday.php b/inc/extensions/ext-birthday.php
index 843548f1a7..8650486066 100644
--- a/inc/extensions/ext-birthday.php
+++ b/inc/extensions/ext-birthday.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.2.3', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_user_data` ADD birthday_sent VARCHAR(10) NOT NULL DEFAULT 0");
 		break;
diff --git a/inc/extensions/ext-bonus.php b/inc/extensions/ext-bonus.php
index 7c8453f51a..c8485ca186 100644
--- a/inc/extensions/ext-bonus.php
+++ b/inc/extensions/ext-bonus.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.6', '0.2.0', '0.2.1', '0.2.2', '0.2.3', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`sort`,`descr`) VALUES ('email','send_bonus','Bonusmail senden',5,'Versenden Sie hier Bonus-Mails an alle Mitglieder oder nur an alle aus einer Kategorie. Es spielt keine Rolle, wie viele Mails bereits versendet worden, Sie k&ouml;nnen hier immer senden.')");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_member_menu` (`action`,`what`,`title`,`sort`,`visible`,`locked`,`counter`) VALUES ('main','bonus','Bonuspunkte',7,'Y','Y', 0)");
diff --git a/inc/extensions/ext-booking.php b/inc/extensions/ext-booking.php
index 308a402ca2..b99897fb1e 100644
--- a/inc/extensions/ext-booking.php
+++ b/inc/extensions/ext-booking.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// Configuration entries
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `booking_per_page` TINYINT(3) UNSIGNED NOT NULL DEFAULT 10");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `booking_purge` BIGINT(20) UNSIGNED NOT NULL DEFAULT ".(getConfig('one_day') * 3)."");
diff --git a/inc/extensions/ext-cache.php b/inc/extensions/ext-cache.php
index 2d9c2de386..75780f06d2 100644
--- a/inc/extensions/ext-cache.php
+++ b/inc/extensions/ext-cache.php
@@ -51,7 +51,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD cache_update BIGINT(20) UNSIGNED NOT NULL DEFAULT 3600");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD cache_path VARCHAR(255) NOT NULL DEFAULT 'cache/'");
diff --git a/inc/extensions/ext-country.php b/inc/extensions/ext-country.php
index e54e5e7b79..67208ac241 100644
--- a/inc/extensions/ext-country.php
+++ b/inc/extensions/ext-country.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_countries`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_countries` (
diff --git a/inc/extensions/ext-debug.php b/inc/extensions/ext-debug.php
index 627030c786..9b2ce2e6c8 100644
--- a/inc/extensions/ext-debug.php
+++ b/inc/extensions/ext-debug.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// Table for debug log entries
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_debug_log`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_debug_log` (
diff --git a/inc/extensions/ext-demo.php b/inc/extensions/ext-demo.php
index 8b4c28d808..3cdb6dfc8f 100644
--- a/inc/extensions/ext-demo.php
+++ b/inc/extensions/ext-demo.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-doubler.php b/inc/extensions/ext-doubler.php
index 226560cf2a..000c807957 100644
--- a/inc/extensions/ext-doubler.php
+++ b/inc/extensions/ext-doubler.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// Doubler table
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_doubler`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_doubler` (
diff --git a/inc/extensions/ext-events.php b/inc/extensions/ext-events.php
index 1566f089f4..c4669564e3 100644
--- a/inc/extensions/ext-events.php
+++ b/inc/extensions/ext-events.php
@@ -51,7 +51,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		break;
 
diff --git a/inc/extensions/ext-holiday.php b/inc/extensions/ext-holiday.php
index 2421145e56..4b426590de 100644
--- a/inc/extensions/ext-holiday.php
+++ b/inc/extensions/ext-holiday.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// Create database
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_user_holidays`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_user_holidays` (
diff --git a/inc/extensions/ext-html_mail.php b/inc/extensions/ext-html_mail.php
index 88613c11eb..fb554c5a60 100644
--- a/inc/extensions/ext-html_mail.php
+++ b/inc/extensions/ext-html_mail.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', "0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_user_data` ADD html ENUM('Y','N') NOT NULL DEFAULT 'Y'");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_bonus` ADD html_msg ENUM('Y','N') NOT NULL DEFAULT 'N'");
diff --git a/inc/extensions/ext-imprint.php b/inc/extensions/ext-imprint.php
index 973644cf5e..b9d80e5566 100644
--- a/inc/extensions/ext-imprint.php
+++ b/inc/extensions/ext-imprint.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 	// SQL commands to run
 	break;
 
diff --git a/inc/extensions/ext-iso3166.php b/inc/extensions/ext-iso3166.php
index 71fbd97aff..c245eef657 100644
--- a/inc/extensions/ext-iso3166.php
+++ b/inc/extensions/ext-iso3166.php
@@ -51,7 +51,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-lead.php b/inc/extensions/ext-lead.php
index e3c3cadd29..1115388401 100644
--- a/inc/extensions/ext-lead.php
+++ b/inc/extensions/ext-lead.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		break;
 
diff --git a/inc/extensions/ext-logs.php b/inc/extensions/ext-logs.php
index 489701c2ee..88c5091572 100644
--- a/inc/extensions/ext-logs.php
+++ b/inc/extensions/ext-logs.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('stats','logs','Aufruflogb&uuml;cher','Verwalten Sie Ihre Aufruflogb&uuml;cher mit diesem Admin-Bereich! (Derzeit nur Download!)',8)");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `logs_base` VARCHAR(255) NOT NULL DEFAULT 'logs'");
diff --git a/inc/extensions/ext-mailid.php b/inc/extensions/ext-mailid.php
index bde901eed0..8d03d1b7a9 100644
--- a/inc/extensions/ext-mailid.php
+++ b/inc/extensions/ext-mailid.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-maintenance.php b/inc/extensions/ext-maintenance.php
index c1cf578c39..361203118a 100644
--- a/inc/extensions/ext-maintenance.php
+++ b/inc/extensions/ext-maintenance.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD maintenance ENUM('Y','N') NOT NULL DEFAULT 'N';");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','maintenance','Wartungsmodus','Schalten Sie den Wartungsmodus ein, nur wenn sehr schwerwiegende Fehler vorliegen, die Sie oder mxchange.org nicht schenll genug beheben k&ouml;nnen.','10')");
diff --git a/inc/extensions/ext-mediadata.php b/inc/extensions/ext-mediadata.php
index ccb30ca84e..110e297e99 100644
--- a/inc/extensions/ext-mediadata.php
+++ b/inc/extensions/ext-mediadata.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-menu.php b/inc/extensions/ext-menu.php
index 17072e1dbf..847362f63c 100644
--- a/inc/extensions/ext-menu.php
+++ b/inc/extensions/ext-menu.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('menu',NULL,'Men&uuml;-System','Alle drei Men&uuml;-System bearbeiten (Admin-, Mitglied- und Gast-Men&uuml;)',1)");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('menu','adminedit','Vom Admin editieren','Das Administrationsmen&uuml; mit neuen Men&uuml;s erweitern, bestehende &auml;ndern oder l&ouml;schen. <strong>Vorsicht!</strong> L&ouml;schen Sie nicht das Login-Men&uuml;!',2)");
diff --git a/inc/extensions/ext-mods.php b/inc/extensions/ext-mods.php
index c91e18ae08..f0339f6a53 100644
--- a/inc/extensions/ext-mods.php
+++ b/inc/extensions/ext-mods.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('mods', NULL, 'Modul-Management','Verwalten Sie die Basis-Module index, login, admin usw.', 4)");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('mods','config_mods','Module &auml;ndern','&Auml;ndern Sie hier die Zugtiffsrechte auf die Module. Was dennoch nicht geht: Mitglied- oder Gastzugriffsrtechte auf Admin-Module bzw. Gastzugriffsrechte auf Mitglieder-Module. Diese sind extra abgesichert.', 1)");
diff --git a/inc/extensions/ext-mydata.php b/inc/extensions/ext-mydata.php
index da3bc2b1e9..13da469caf 100644
--- a/inc/extensions/ext-mydata.php
+++ b/inc/extensions/ext-mydata.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-network.php b/inc/extensions/ext-network.php
index d058094041..ae35985c64 100644
--- a/inc/extensions/ext-network.php
+++ b/inc/extensions/ext-network.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		break;
 
diff --git a/inc/extensions/ext-newsletter.php b/inc/extensions/ext-newsletter.php
index 4c1b1de4c8..d3c1a6528b 100644
--- a/inc/extensions/ext-newsletter.php
+++ b/inc/extensions/ext-newsletter.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-nickname.php b/inc/extensions/ext-nickname.php
index c524c0dd15..54040ee1bd 100644
--- a/inc/extensions/ext-nickname.php
+++ b/inc/extensions/ext-nickname.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_user_data` ADD nickname VARCHAR(255) NOT NULL DEFAULT ''");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_user_data` ADD nick_uid ENUM ('nick','uid') NOT NULL DEFAULT 'uid'");
diff --git a/inc/extensions/ext-online.php b/inc/extensions/ext-online.php
index 4e4d696d0a..26e0ed743a 100644
--- a/inc/extensions/ext-online.php
+++ b/inc/extensions/ext-online.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_online`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_online` (
diff --git a/inc/extensions/ext-optimize.php b/inc/extensions/ext-optimize.php
index 908f2dde82..f9f0461967 100644
--- a/inc/extensions/ext-optimize.php
+++ b/inc/extensions/ext-optimize.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_optimize_gain`(
   id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
diff --git a/inc/extensions/ext-order.php b/inc/extensions/ext-order.php
index 38eae38ced..27ec313f73 100644
--- a/inc/extensions/ext-order.php
+++ b/inc/extensions/ext-order.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-other.php b/inc/extensions/ext-other.php
index 3a10272a82..41fb2eeff0 100644
--- a/inc/extensions/ext-other.php
+++ b/inc/extensions/ext-other.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_other','Sonstige Einstellungen','Sonstige Einstellungen an Ihrem Mailtausch.',13)");
 		break;
diff --git a/inc/extensions/ext-payout.php b/inc/extensions/ext-payout.php
index eb609455a1..46b637a356 100644
--- a/inc/extensions/ext-payout.php
+++ b/inc/extensions/ext-payout.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_user_payouts`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_user_payouts` (
diff --git a/inc/extensions/ext-primera.php b/inc/extensions/ext-primera.php
index eeb837bc2a..f27b5455f2 100644
--- a/inc/extensions/ext-primera.php
+++ b/inc/extensions/ext-primera.php
@@ -45,7 +45,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_user_primera`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_user_primera` (
diff --git a/inc/extensions/ext-profile.php b/inc/extensions/ext-profile.php
index 3a6a27d81e..8edcb43f20 100644
--- a/inc/extensions/ext-profile.php
+++ b/inc/extensions/ext-profile.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-rallye.php b/inc/extensions/ext-rallye.php
index e4e2963dd8..694a984d3c 100644
--- a/inc/extensions/ext-rallye.php
+++ b/inc/extensions/ext-rallye.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_rallye_data`");
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_rallye_prices`");
diff --git a/inc/extensions/ext-refback.php b/inc/extensions/ext-refback.php
index 487c83895d..d65c79f53d 100644
--- a/inc/extensions/ext-refback.php
+++ b/inc/extensions/ext-refback.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0','0.0.1'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_user_refs`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_user_refs` (
diff --git a/inc/extensions/ext-register.php b/inc/extensions/ext-register.php
index ac4fb0305c..c2f1ef428a 100644
--- a/inc/extensions/ext-register.php
+++ b/inc/extensions/ext-register.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-removeip.php b/inc/extensions/ext-removeip.php
index 8114d0d415..a0badaf25b 100644
--- a/inc/extensions/ext-removeip.php
+++ b/inc/extensions/ext-removeip.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `removeip_anon_ip` ENUM('Y','N') NOT NULL DEFAULT 'Y'");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `removeip_anon_host` ENUM('Y','N') NOT NULL DEFAULT 'Y'");
diff --git a/inc/extensions/ext-repair.php b/inc/extensions/ext-repair.php
index 0b0fbf3821..02fc566bb9 100644
--- a/inc/extensions/ext-repair.php
+++ b/inc/extensions/ext-repair.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`sort`,`descr`) VALUES ('repair', NULL, 'Reperaturen','7','Repariert u.a. die Kategorie-Auswahlen der Mitglieder usw.')");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`sort`,`descr`) VALUES ('repair','repair_cats','Kategorieauswahlen','1','Repariert die Kategorieauswahlen Ihrer Mitglieder.')");
diff --git a/inc/extensions/ext-rewrite.php b/inc/extensions/ext-rewrite.php
index 61f3ab1a18..d636469b7a 100644
--- a/inc/extensions/ext-rewrite.php
+++ b/inc/extensions/ext-rewrite.php
@@ -53,7 +53,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// Check if mod_rewrite is loadeded
 		if (!isApacheModuleLoaded('mod_rewrite')){
 			EXT_SET_REPORTS_FAILURE(true);
diff --git a/inc/extensions/ext-safe.php b/inc/extensions/ext-safe.php
index b8a2c7f836..b72d7f41dc 100644
--- a/inc/extensions/ext-safe.php
+++ b/inc/extensions/ext-safe.php
@@ -51,7 +51,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		break;
 
diff --git a/inc/extensions/ext-seo.php b/inc/extensions/ext-seo.php
index b6b35929b8..201fbc8c36 100644
--- a/inc/extensions/ext-seo.php
+++ b/inc/extensions/ext-seo.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 	// SQL commands to run
 	break;
 
diff --git a/inc/extensions/ext-sponsor.php b/inc/extensions/ext-sponsor.php
index 4e85c9666d..b171ab6753 100644
--- a/inc/extensions/ext-sponsor.php
+++ b/inc/extensions/ext-sponsor.php
@@ -49,7 +49,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		//
 		// SQL commands to run
 		//
diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php
index 4c7c818459..e4016d1815 100644
--- a/inc/extensions/ext-sql_patches.php
+++ b/inc/extensions/ext-sql_patches.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-support.php b/inc/extensions/ext-support.php
index b3f90a0e9e..a427f489bb 100644
--- a/inc/extensions/ext-support.php
+++ b/inc/extensions/ext-support.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL('');
 		break;
diff --git a/inc/extensions/ext-surfbar.php b/inc/extensions/ext-surfbar.php
index 72abee9559..78bac496a4 100644
--- a/inc/extensions/ext-surfbar.php
+++ b/inc/extensions/ext-surfbar.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run (surfbar URLs)
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_surfbar_urls`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_surfbar_urls` (
diff --git a/inc/extensions/ext-task.php b/inc/extensions/ext-task.php
index 3186a59eda..e878a5c789 100644
--- a/inc/extensions/ext-task.php
+++ b/inc/extensions/ext-task.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`sort`,`descr`) VALUES ('task', NULL, 'Aufgaben-Management','1','Erweitertes Aufgaben-Management zur leichten verwaltung der vom System erzeugten Aufgaben.')");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`sort`,`descr`) VALUES ('task','list_task','Aufgaben auflisten','1','Alle Ihnen zugewiesenen Aufgaben auflisten (keine Updates).')");
diff --git a/inc/extensions/ext-theme.php b/inc/extensions/ext-theme.php
index 9a8e5313db..1f1473afdf 100644
--- a/inc/extensions/ext-theme.php
+++ b/inc/extensions/ext-theme.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		break;
 
diff --git a/inc/extensions/ext-top10.php b/inc/extensions/ext-top10.php
index 10bba6821e..8dbf72ed16 100644
--- a/inc/extensions/ext-top10.php
+++ b/inc/extensions/ext-top10.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_guest_menu` (`action`,`what`,`title`,`visible`,`locked`,`sort`) VALUES ('main','top10','TOP-10','Y','Y', 7)");
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_top10','TOP-10 Listen','Stellen Sie hier ein, wie lang die TOP-Listen sein sollen, also wie viele Pl&auml;tze angezeigt werden sollen.', 8)");
diff --git a/inc/extensions/ext-usage.php b/inc/extensions/ext-usage.php
index 253ec886f6..ff98564ea7 100644
--- a/inc/extensions/ext-usage.php
+++ b/inc/extensions/ext-usage.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('stats','usage','Aufrufstatistik','Erkennt automatisch Ihre Aufrufstatisiken und bindet diese in das Admin-Interface ein. (Derzeit nur Webalizer!)',9)");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `usage_base` VARCHAR(255) NOT NULL DEFAULT 'usage'");
diff --git a/inc/extensions/ext-user.php b/inc/extensions/ext-user.php
index 7fdd09ae57..a279b7dd82 100644
--- a/inc/extensions/ext-user.php
+++ b/inc/extensions/ext-user.php
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.2', '0.1.3', '0
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_user_cats`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_user_cats` (
   `id` BIGINT(22) NOT NULL AUTO_INCREMENT,
diff --git a/inc/extensions/ext-wernis.php b/inc/extensions/ext-wernis.php
index 23d8cb6e87..ea2dd0e145 100644
--- a/inc/extensions/ext-wernis.php
+++ b/inc/extensions/ext-wernis.php
@@ -44,7 +44,7 @@ EXT_SET_VERSION('0.0.3');
 EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3'));
 
 switch ($EXT_LOAD_MODE) {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_user_wernis`");
 		ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_user_wernis` (
diff --git a/inc/extensions/ext-yoomedia.php b/inc/extensions/ext-yoomedia.php
index 8fe3925bf0..48c9832afa 100644
--- a/inc/extensions/ext-yoomedia.php
+++ b/inc/extensions/ext-yoomedia.php
@@ -54,7 +54,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-	case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+	case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
 		// SQL commands to run
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `yoomedia_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0");
 		ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `yoomedia_sid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0");
diff --git a/templates/de/html/admin/admin_logout.tpl b/templates/de/html/admin/admin_logout.tpl
index d07c4a78dd..32f328a467 100644
--- a/templates/de/html/admin/admin_logout.tpl
+++ b/templates/de/html/admin/admin_logout.tpl
@@ -7,7 +7,7 @@
 		<td align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_DONE--}</strong><br />
 		<br />
 		<a class="admin_content"
-			href="{!URL!}/modules.php?module=admin&amp;action=login">{--ADMIN_RELOGIN_LINK--}</a><br />
+			href="{!URL!}/modules.php?module=admin">{--ADMIN_RELOGIN_LINK--}</a><br />
 		<br />
 		<a class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</a><br />
 		</td>
diff --git a/templates/de/html/admin/admin_logout_sql_patches_install.tpl b/templates/de/html/admin/admin_logout_sql_patches_install.tpl
index c05b0b26af..c944e1066d 100644
--- a/templates/de/html/admin/admin_logout_sql_patches_install.tpl
+++ b/templates/de/html/admin/admin_logout_sql_patches_install.tpl
@@ -6,7 +6,7 @@
 	<tr>
 		<td align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_SQL_PATCHES_DONE--}</strong><br />
 		<br />
-		<a class="admin_content" href="{!URL!}/modules.php?module=admin&amp;action=login">{--ADMIN_RELOGIN_LINK--}</a><br />
+		<a class="admin_content" href="{!URL!}/modules.php?module=admin">{--ADMIN_RELOGIN_LINK--}</a><br />
 		<br />
 		<a class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</a><br />
 		</td>
diff --git a/templates/de/html/admin/admin_overview_table.tpl b/templates/de/html/admin/admin_overview_table.tpl
index 40cf1641d8..dcff98838d 100644
--- a/templates/de/html/admin/admin_overview_table.tpl
+++ b/templates/de/html/admin/admin_overview_table.tpl
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;action=login" method="post" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin" method="post" style="margin-bottom: 0px">
 <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
 <tr>
 	<td colspan="7" align="center" class="admin_task_header top2 left2 right2">
diff --git a/templates/de/html/admin/admin_reg_form.tpl b/templates/de/html/admin/admin_reg_form.tpl
index e26f988e5c..8828690920 100644
--- a/templates/de/html/admin/admin_reg_form.tpl
+++ b/templates/de/html/admin/admin_reg_form.tpl
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;action=login" method="post">
+<form action="{!URL!}/modules.php?module=admin" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table register">
 	<tr>
 		<td colspan="2" align="center" class="admin_title">