X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=api.php;h=e55ec75a33523e8fde0a1c19b5a07d6f1408b63a;hb=f6da56194ce4089c1cae29cba808d6fad55ff284;hp=554c2726bc188772192c25b1824f7ec46da193a0;hpb=97a4ad455f836f779a056a4a53e57227b3ad0d1e;p=lhc%2Fweb%2Fwiklou.git diff --git a/api.php b/api.php index 554c2726bc..e55ec75a33 100644 --- a/api.php +++ b/api.php @@ -40,7 +40,6 @@ if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5. wfPHPVersionError( 'api.php' ); } -// Initialise common code. require __DIR__ . '/includes/WebStart.php'; wfProfileIn( 'api.php' );