From: Ævar Arnfjörð Bjarmason Date: Wed, 11 May 2005 04:07:42 +0000 (+0000) Subject: * Deprecated by the new redirect mechanism in SpecialPage.php X-Git-Tag: 1.5.0alpha2~228 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=d4c9742a59bbbdd29b8407cbdbe83e93754b0295;p=lhc%2Fweb%2Fwiklou.git * Deprecated by the new redirect mechanism in SpecialPage.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()); -} -?>