Changeset 1847 for trunk/install.php


Ignore:
Timestamp:
10/07/2010 11:56:56 AM (20 months ago)
Author:
Xiping.Wang
Message:

[trunk] 1.change logged layout to float. 2.Signup form refactor

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/install.php

    r1778 r1847  
    264264        $_POST['omwiki_article_path'] = "{$omcollab_installation_dir}w/$1"; 
    265265        }else{ 
    266             $_POST['omwiki_script_path']  = "{$omcollab_installation_dir}wiki"; 
     266            $_POST['omwiki_script_path']  = "{$omcollab_installation_dir}w"; 
    267267        $_POST['omwiki_article_path'] = "{$omcollab_installation_dir}w/index.php/$1"; 
    268268        } 
     
    396396Use short URLs in MediaWiki? 
    397397<?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! ) 
    399399<?php endif; ?> 
    400400 
Note: See TracChangeset for help on using the changeset viewer.