X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2FSetup.php;h=54e679541486534a011497b233ec4711a1f1211c;hb=cd96adf65fd2aca3c31535ad562948e768fb6131;hp=f367fc2278cf61c77a3310613110ea98a0dccff4;hpb=008428ce9e5f41995b5fa759d8cc3a4aa3cf6a89;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index f367fc2278..54e6795414 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -143,6 +143,9 @@ if ( $wgScript === false ) { if ( $wgLoadScript === false ) { $wgLoadScript = "$wgScriptPath/load.php"; } +if ( $wgRestPath === false ) { + $wgRestPath = "$wgScriptPath/rest.php"; +} if ( $wgArticlePath === false ) { if ( $wgUsePathInfo ) {