Replace some occurrences of wfMsg* by alternatives. Undeprecated wfMsgReplaceArgs.
[lhc/web/wiklou.git] / profileinfo.php
index 03a6f0f..bbd5fc8 100644 (file)
@@ -29,9 +29,9 @@ ini_set( 'zlib.output_compression', 'off' );
 
 $wgEnableProfileInfo = $wgProfileToDatabase = false;
 if ( isset( $_SERVER['MW_COMPILED'] ) ) {
-       require ( 'phase3/includes/WebStart.php' );
+       require ( 'core/includes/WebStart.php' );
 } else {
-       require ( dirname( __FILE__ ) . '/includes/WebStart.php' );
+       require ( __DIR__ . '/includes/WebStart.php' );
 }