From d4c9742a59bbbdd29b8407cbdbe83e93754b0295 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 11 May 2005 04:07:42 +0000 Subject: [PATCH] * Deprecated by the new redirect mechanism in SpecialPage.php --- includes/SpecialMycontributions.php | 19 ------------------- includes/SpecialMypage.php | 17 ----------------- includes/SpecialMytalk.php | 17 ----------------- 3 files changed, 53 deletions(-) delete mode 100644 includes/SpecialMycontributions.php delete mode 100644 includes/SpecialMypage.php delete mode 100644 includes/SpecialMytalk.php diff --git a/includes/SpecialMycontributions.php b/includes/SpecialMycontributions.php deleted file mode 100644 index 29262a5e86..0000000000 --- a/includes/SpecialMycontributions.php +++ /dev/null @@ -1,19 +0,0 @@ -getFullURL( 'target=' . urlencode( $wgUser->getName() ) ); - $wgOut->redirect( $url ); -} -?> diff --git a/includes/SpecialMypage.php b/includes/SpecialMypage.php deleted file mode 100644 index f1c6199796..0000000000 --- a/includes/SpecialMypage.php +++ /dev/null @@ -1,17 +0,0 @@ -getName() ); - $wgOut->redirect ($t->getFullURL()); -} -?> diff --git a/includes/SpecialMytalk.php b/includes/SpecialMytalk.php deleted file mode 100644 index 428d6c3819..0000000000 --- a/includes/SpecialMytalk.php +++ /dev/null @@ -1,17 +0,0 @@ -getName() ); - $wgOut->redirect ($t->getFullURL()); -} -?> -- 2.20.1