X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=api.php;h=e55ec75a33523e8fde0a1c19b5a07d6f1408b63a;hb=ef040e0d6e125e5212dd33ca36d58e51c6ad5182;hp=554c2726bc188772192c25b1824f7ec46da193a0;hpb=69e1dc6f9ddcacadfd8d48aa589ea363ee6f6593;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' );