From: Ævar Arnfjörð Bjarmason Date: Thu, 31 Mar 2005 05:58:23 +0000 (+0000) Subject: * Formatting X-Git-Tag: 1.5.0alpha1~456 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=f8cf6d7c5e87cdbdc62b8dc1adf8ce6c24e6aa34;p=lhc%2Fweb%2Fwiklou.git * Formatting * Changed to , to * Using for the "Copyright (C) 2001���2005" part. --- diff --git a/config/index.php b/config/index.php index 80d429ae50..7199c393b4 100644 --- a/config/index.php +++ b/config/index.php @@ -74,19 +74,20 @@ header( "Content-type: text/html; charset=utf-8" );
- + + +
- MediaWiki is - Copyright (C) 2001-2004 by Magnus Manske, Brion Vibber, Lee Daniel Crocker, + MediaWiki is + Copyright (C) 2001- by Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Thomas Gries and others.

This program is free software; you can redistribute it and/or modify @@ -149,10 +150,10 @@ if( !is_writable( "." ) ) {

To make the directory writable on a Unix/Linux system:

-
-	cd /path/to/wiki
-	chmod a+w config
-	
" ); +
+ cd /path/to/wiki
+ chmod a+w config +
" ); } @@ -173,7 +174,7 @@ class ConfigData { ?> -

Please include all of the lines below when reporting installation problems.

+

Please include all of the lines below when reporting installation problems.

Checking environment...

    @@ -189,18 +190,18 @@ print "
  • PHP " . phpversion() . ": ok
  • \n"; if( ini_get( "register_globals" ) ) { ?> -
  • Warning: PHP's +
  • Warning: PHP's register_globals - option is enabled. MediaWiki will work correctly, but this setting + option is enabled. MediaWiki will work correctly, but this setting increases your exposure to potential security vulnerabilities in PHP-based - software running on your server. You should disable it if you are able.
  • + software running on your server. You should disable it if you are able. -
  • Warning: PHP's - safe mode is active! +
  • Warning: PHP's + safe mode is active! You may have problems caused by this, particularly if using image uploads.
  • Fatal: magic_quotes_runtime is active! + ?>
  • Fatal: magic_quotes_runtime is active! This option corrupts data input unpredictably; you cannot install or use MediaWiki unless this option is disabled.
  • Fatal: magic_quotes_sybase is active! + ?>
  • Fatal: magic_quotes_sybase is active! This option corrupts data input unpredictably; you cannot install or use MediaWiki unless this option is disabled. raiseMemory = false; if( empty( $memlimit ) ) { print "
  • PHP is configured with no memory_limit.
  • \n"; } else { - print "
  • PHP's memory_limit is " . htmlspecialchars( $memlimit ) . ". If this is too low, installation may fail! "; + print "
  • PHP's memory_limit is " . htmlspecialchars( $memlimit ) . ". If this is too low, installation may fail! "; $n = IntVal( $memlimit ); if( preg_match( '/^([0-9]+)[Mm]$/', trim( $memlimit ), $m ) ) { $n = IntVal( $m[1] * (1024*1024) ); @@ -682,6 +683,7 @@ if( count( $errs ) ) {