From: Tom Gilder Date: Thu, 6 Oct 2005 18:57:26 +0000 (+0000) Subject: More message improvements X-Git-Tag: 1.6.0~1525 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=e3f3702da8a1833b33d5b2c04533f6cb3c21f58a;p=lhc%2Fweb%2Fwiklou.git More message improvements --- diff --git a/config/index.php b/config/index.php index 7893bb795d..aff9c956e2 100644 --- a/config/index.php +++ b/config/index.php @@ -197,15 +197,17 @@ $conf = new ConfigData; install_version_checks(); -print "
  • PHP " . phpversion() . ": ok
  • \n"; +print "
  • PHP " . phpversion() . " installed
  • \n"; if( ini_get( "register_globals" ) ) { ?> -
  • Warning: PHP's - register_globals - 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.
  • +
  • +
    + Warning: + PHP's register_globals option is enabled. Disable it if you can. +
    + MediaWiki will work, but your server is more exposed to PHP-based security vulnerabilities. +
  • Installation directory: " . htmlspecialchars( $conf->IP ) . "ScriptPath = preg_replace( '{^(.*)/config.*$}', '$1', $_SERVER["PHP_SELF"] ); # was SCRIPT_NAME print "
  • Script URI path: " . htmlspecialchars( $conf->ScriptPath ) . "
  • \n"; -print "
  • Environment checked. You can install MediaWiki.
  • \n"; +print "
  • Environment checked. You can install MediaWiki.
  • \n"; $conf->posted = ($_SERVER["REQUEST_METHOD"] == "POST"); $conf->Sitename = ucfirst( importPost( "Sitename", "" ) ); @@ -392,7 +394,7 @@ print "
  • Environment checked. You can ins $errs = array(); if( $conf->Sitename == "" || $conf->Sitename == "MediaWiki" || $conf->Sitename == "Mediawiki" ) { - $errs["Sitename"] = "Must not be blank or \"MediaWiki\"."; + $errs["Sitename"] = "Must not be blank or \"MediaWiki\""; } if( $conf->DBuser == "" ) { $errs["DBuser"] = "Must not be blank"; @@ -740,7 +742,8 @@ if( count( $errs ) ) { ?>

    - Preferably a short word without punctuation, i.e. "Wikipedia". Will appear as the namespace name for "meta" pages, and throughout the interface. + Preferably a short word without punctuation, i.e. "Wikipedia".
    + Will appear as the namespace name for "meta" pages, and throughout the interface.

    @@ -809,10 +812,8 @@ if( count( $errs ) ) {

    - An admin user account can lock or delete pages, block problematic IP - addresses from editing, and other maintenance tasks. If creating a new - wiki database, an admin account will be created with the given name - and password. + An admin can lock/delete pages, block users from editing, and other maintenance tasks.
    + A new account will be added only when creating a new wiki database.

    @@ -874,8 +875,8 @@ if( count( $errs ) ) {
    • -
    • -
    • +
    • +