- Timestamp:
- 03/12/2010 11:05:02 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/omcollab_multilang/_InstallationResources/omconfig.php
r1415 r1425 79 79 80 80 # [ omwiki script & article paths ] 81 define( 'OMWIKI_SCRIPT_PATH' , '{omwiki_script_path}' );82 define( 'OMWIKI_ARTICLE_PATH' , '{omwiki_article_path}' );81 //define( 'OMWIKI_SCRIPT_PATH' , '{omwiki_script_path}' ); 82 //define( 'OMWIKI_ARTICLE_PATH' , '{omwiki_article_path}' ); 83 83 84 84 $callingURL = strtolower($_SERVER['REQUEST_URI']); //the requesting url … … 87 87 define( 'OMWIKI_SCRIPT_PATH' , '/wikizhsrc' ); 88 88 define( 'OMWIKI_ARTICLE_PATH' , '/wiki/zh/$1' ); 89 } else if ( strpos( $callingURL, 'wiki') ){89 } else { 90 90 define( 'OMWIKI_SCRIPT_PATH' , '/wikiensrc' ); 91 91 define( 'OMWIKI_ARTICLE_PATH' , '/wiki/$1' );
Note: See TracChangeset
for help on using the changeset viewer.
