Changeset 1093

Show
Ignore:
Timestamp:
03/31/08 19:59:01 (8 months ago)
Author:
zothos
Message:

Small corrections to #1143

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/include/login-functions.php

    r1092 r1093  
    152152        if ($btime > time()) { 
    153153            if ($displayMessage) { 
    154                         $backButtonDestination = $cfg['BASE_SERVER_VHOST']; 
     154                        $backButtonDestination = "http://" . $cfg['BASE_SERVER_VHOST']; 
    155155                system_message(tr('You have to wait %d seconds', $btime - time()), $backButtonDestination); 
    156156            }