Changeset 121
- Timestamp:
- 09/21/2008 12:28:47 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
_InstallationResources/omconfig.php (modified) (1 diff)
-
bookmarks/config.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/_InstallationResources/omconfig.php
r114 r121 38 38 39 39 # [ omCollab Version - increment manually - will appear as title on omCollab logo] 40 define( 'OMCOLLAB_VERSION' , '1.003. 0' );40 define( 'OMCOLLAB_VERSION' , '1.003.2' ); 41 41 42 42 # [ ... ] -
trunk/bookmarks/config.inc.php
r103 r121 71 71 $mwtableprefix = OMWIKI_DB_TABLE_PREFIX; 72 72 $targetserverlocation = "http://{$_SERVER['HTTP_HOST']}" . RR_OMCOLLAB_DIRECTORY . "bookmarks/tags.php/"; 73 $wikiSuggestLocation = "http://{$_SERVER['HTTP_HOST']}" . RR_OMCOLLAB_DIRECTORY . "wiki/extensions/SelectCategoryTagCloud/SelectCategoryTagCloudSuggestJSON.php"; 73 $wikiSuggestLocation = "http://{$_SERVER['HTTP_HOST']}" . OMWIKI_SCRIPT_PATH . "/extensions/SelectCategoryTagCloud/SelectCategoryTagCloudSuggestJSON.php"; 74 74 75 $mwdbtype = 'mysql'; 75 76 $mwdbport = '3306';
Note: See TracChangeset
for help on using the changeset viewer.
