Changeset 2074 in ExiteCMS for trunk/setup.php


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.