Changeset 481
- Timestamp:
- 2007-07-20 08:27:19 (3 years ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/config/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/config/index.php
r477 r481 1527 1527 \$configdate = gmdate( 'YmdHis', @filemtime( __FILE__ ) ); 1528 1528 \$wgCacheEpoch = max( \$wgCacheEpoch, \$configdate ); 1529 require_once {$IP}. \"/extensions/FCKeditor/FCKeditor.php\";1529 require_once \$IP . \"/extensions/FCKeditor/FCKeditor.php\"; 1530 1530 "; ## End of setting the $localsettings string 1531 1531