From: Alangi Derick Date: Sun, 30 Sep 2018 13:34:16 +0000 (+0100) Subject: Fix index name in comment to "PHP_INFO" X-Git-Tag: 1.34.0-rc.0~3848^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/Flokkur:Foo?a=commitdiff_plain;h=11a58c02d367d2b60b199a85059d35f8f029eb85;p=lhc%2Fweb%2Fwiklou.git Fix index name in comment to "PHP_INFO" Change-Id: If006e96f5bae20791c1d388faad685203a061f22 --- diff --git a/api.php b/api.php index 9cf75787ba..db9de75156 100644 --- a/api.php +++ b/api.php @@ -41,7 +41,7 @@ if ( !$wgRequest->checkUrlExtension() ) { return; } -// Pathinfo can be used for stupid things. We don't support it for api.php at +// PATH_INFO can be used for stupid things. We don't support it for api.php at // all, so error out if it's present. if ( isset( $_SERVER['PATH_INFO'] ) && $_SERVER['PATH_INFO'] != '' ) { $correctUrl = wfAppendQuery( wfScript( 'api' ), $wgRequest->getQueryValues() );