Changeset 2074 in ExiteCMS


Ignore:
Timestamp:
11/28/08 22:36:16 (3 years ago)
Author:
WanWizard
Message:

changed url's in error messages to point to the new support website

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core_functions.php

    r2071 r2074  
    9898// if config.php is absent or empty, bail out with an error 
    9999if (!isset($db_name)) { 
    100     terminate('FATAL ERROR: config file is missing. Did you run the setup?<br />Check our Wiki at http://exitecms.exite.eu on 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'); 
    101101} 
    102102 
  • trunk/setup.php

    r1936 r2074  
    134134    if ($wiki) { 
    135135        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> "; 
    137137        } 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"); 
    139139        } 
    140140    } 
Note: See TracChangeset for help on using the changeset viewer.