Changeset 2074 in ExiteCMS
- Timestamp:
- 11/28/08 22:36:16 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
includes/core_functions.php (modified) (1 diff)
-
setup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core_functions.php
r2071 r2074 98 98 // if config.php is absent or empty, bail out with an error 99 99 if (!isset($db_name)) { 100 terminate('FATAL ERROR: config file is missing. Did you run the setup?<br />Check our Wiki at http:// exitecms.exite.euon how to run the setup');100 terminate('FATAL ERROR: config file is missing. Did you run the setup?<br />Check our Wiki at http://www.exitecms.org on how to run the setup'); 101 101 } 102 102 -
trunk/setup.php
r1936 r2074 134 134 if ($wiki) { 135 135 if (empty($locale['404'])) { 136 $msg .= "Please consult our <a href='http:// exitecms.exite.eu/modules/wiki/index.php?wakka=Setup'>Wiki</a> ";136 $msg .= "Please consult our <a href='http://www.exitecms.org/modules/wiki/index.php?wakka=Setup'>Wiki</a> "; 137 137 } else { 138 $msg .= sprintf($locale['404'], "http:// exitecms.exite.eu/modules/wiki/index.php?wakka=Setup");138 $msg .= sprintf($locale['404'], "http://www.exitecms.org/modules/wiki/index.php?wakka=Setup"); 139 139 } 140 140 }
Note: See TracChangeset
for help on using the changeset viewer.
