Ignore:
Timestamp:
03/12/2010 11:05:02 AM (2 years ago)
Author:
admin
Message:

[omcollab_multilang] update wiki script path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_multilang/_InstallationResources/omconfig.php

    r1415 r1425  
    7979 
    8080# [ 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}' ); 
    8383 
    8484$callingURL = strtolower($_SERVER['REQUEST_URI']); //the requesting url 
     
    8787        define( 'OMWIKI_SCRIPT_PATH'           , '/wikizhsrc' ); 
    8888        define( 'OMWIKI_ARTICLE_PATH'          , '/wiki/zh/$1' ); 
    89 } elseif ( strpos( $callingURL, 'wiki') ) { 
     89} else { 
    9090        define( 'OMWIKI_SCRIPT_PATH'           , '/wikiensrc' ); 
    9191        define( 'OMWIKI_ARTICLE_PATH'          , '/wiki/$1' ); 
Note: See TracChangeset for help on using the changeset viewer.