From 58cb93870d6d06afe7e06c20fdfc8846c75bd611 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 8 Apr 2005 12:36:47 +0000 Subject: [PATCH] fix mismatched tags in register_globals warning --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.php b/config/index.php index 82bcdc9025..0c132576dc 100644 --- a/config/index.php +++ b/config/index.php @@ -190,7 +190,7 @@ 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 increases your exposure to potential security vulnerabilities in PHP-based -- 2.20.1