Show
Ignore:
Timestamp:
2007-07-20 08:27:19 (18 months ago)
Author:
wwalc
Message:

replaced {$IP} with \$IP in config/index.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MediaWiki/trunk/config/index.php

    r477 r481  
    15271527\$configdate = gmdate( 'YmdHis', @filemtime( __FILE__ ) ); 
    15281528\$wgCacheEpoch = max( \$wgCacheEpoch, \$configdate ); 
    1529 require_once {$IP} . \"/extensions/FCKeditor/FCKeditor.php\"; 
     1529require_once \$IP . \"/extensions/FCKeditor/FCKeditor.php\"; 
    15301530        "; ## End of setting the $localsettings string 
    15311531