Ignore:
Timestamp:
08/28/08 18:20:38 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1706:1713 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/core_functions.php

    r1702 r1714  
    225225        if (!iSUPERADMIN) { 
    226226            // deny all non-webmasters access to the site 
    227             redirect('maintenance.php?reason='.$settings['maintenance']); 
     227            redirect(BASEDIR.'maintenance.php?reason='.$settings['maintenance']); 
    228228        } else { 
    229229            // force webmasters to the upgrade module 
Note: See TracChangeset for help on using the changeset viewer.