Folow-up r89526: tabs and eol-style :(
[lhc/web/wiklou.git] / trackback.php
index f673c50..0e2036a 100644 (file)
@@ -5,7 +5,11 @@
  * @ingroup SpecialPage
  */
 
-require_once( './includes/WebStart.php' );
+if ( isset( $_SERVER['MW_COMPILED'] ) ) {
+       require ( 'phase3/includes/WebStart.php' );
+} else {
+       require ( dirname( __FILE__ ) . '/includes/WebStart.php' );
+}
 
 class TrackBack {