From: Tim Starling Date: Thu, 12 Aug 2004 06:54:58 +0000 (+0000) Subject: Ahh, so that's what that does X-Git-Tag: 1.5.0alpha1~2404 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=cd2e8170d23f10142cf52b0aea26b9754cc4bdfc;p=lhc%2Fweb%2Fwiklou.git Ahh, so that's what that does --- diff --git a/img_auth.php b/img_auth.php index 02240ceea9..803ec15e57 100644 --- a/img_auth.php +++ b/img_auth.php @@ -5,7 +5,9 @@ # everyone to be able to access. Your server must support PATH_INFO, CGI-based configurations # generally don't. +# Valid web server entry point, enable includes define( "MEDIAWIKI", true ); + require_once( "./LocalSettings.php" ); require_once( "includes/Setup.php" ); diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5af479e1b6..a757a546bf 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1,5 +1,4 @@ set the wiki up first!" ); } +# Valid web server entry point, enable includes define( "MEDIAWIKI", true ); + require_once( "./includes/Defines.php" ); require_once( "./LocalSettings.php" ); require_once( "includes/Setup.php" );