X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=load.php;h=1790f4833df873034eda1141f62073c7df461753;hb=b2ddfd64b29e2b572cb9bb4d4fb8b493b156794b;hp=d3e980fe83c9897552882741cf9bdadee87596aa;hpb=8ffa0bab7c8e036d1253224f931a044328d6309d;p=lhc%2Fweb%2Fwiklou.git diff --git a/load.php b/load.php index d3e980fe83..1790f4833d 100644 --- a/load.php +++ b/load.php @@ -25,11 +25,11 @@ // Bail if PHP is too low if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5.3.2' ) < 0 ) { // We need to use dirname( __FILE__ ) here cause __DIR__ is PHP5.3+ - require( dirname( __FILE__ ) . '/includes/PHPVersionError.php' ); + require dirname( __FILE__ ) . '/includes/PHPVersionError.php'; wfPHPVersionError( 'load.php' ); } -require ( __DIR__ . '/includes/WebStart.php' ); +require __DIR__ . '/includes/WebStart.php'; wfProfileIn( 'load.php' );