Changeset 1847 for trunk/install.php
- Timestamp:
- 10/07/2010 11:56:56 AM (20 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_ui merged: 1831-1832,1835,1837-1846
- Property svn:mergeinfo changed
-
trunk/install.php
r1778 r1847 264 264 $_POST['omwiki_article_path'] = "{$omcollab_installation_dir}w/$1"; 265 265 }else{ 266 $_POST['omwiki_script_path'] = "{$omcollab_installation_dir}w iki";266 $_POST['omwiki_script_path'] = "{$omcollab_installation_dir}w"; 267 267 $_POST['omwiki_article_path'] = "{$omcollab_installation_dir}w/index.php/$1"; 268 268 } … … 396 396 Use short URLs in MediaWiki? 397 397 <?php if( stripos( $_SERVER['SERVER_SOFTWARE'], 'apache' ) !== false ): ?> 398 <input name="omwiki_use_short_urls" type="checkbox" > ( read <a href="readme.txt" target="_blank">this</a> and <a href='http://www.mediawiki.org/wiki/Manual:Short_URL' target='_blank'>this</a> first! )398 <input name="omwiki_use_short_urls" type="checkbox" checked> ( read <a href="readme.txt" target="_blank">this</a> and <a href='http://www.mediawiki.org/wiki/Manual:Short_URL' target='_blank'>this</a> first! ) 399 399 <?php endif; ?> 400 400
Note: See TracChangeset
for help on using the changeset viewer.
