X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=api.php;h=e55ec75a33523e8fde0a1c19b5a07d6f1408b63a;hb=4f0eb20c113f03fbd60057fd8040f68e71655073;hp=554c2726bc188772192c25b1824f7ec46da193a0;hpb=26924b8726d875177898bc96d156110440574747;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' );