From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- includes/templates/PHP4.php | 102 -------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 includes/templates/PHP4.php (limited to 'includes/templates/PHP4.php') diff --git a/includes/templates/PHP4.php b/includes/templates/PHP4.php deleted file mode 100644 index 69f7d55d..00000000 --- a/includes/templates/PHP4.php +++ /dev/null @@ -1,102 +0,0 @@ - - - - - MediaWiki <?php echo htmlspecialchars( $wgVersion ); ?> - - - - - The MediaWiki logo - -

MediaWiki

-
-

- MediaWiki requires PHP 5.1.x or higher. You are running PHP - . -

-You may be able to use MediaWiki using a .php5 file extension.

"; - $downloadOther = false; - } -} -if ( $downloadOther ) { -?> -

Please consider -upgrading your copy of PHP. -PHP 4 is at the end of its lifecycle and will not receive further security updates.

-

If for some reason you really really need to run MediaWiki on PHP 4, you will need to -download version 1.6.x -from our website.

- - -
- - -- cgit v1.2.3-54-g00ecf