Init();
if ($application->GetVar('check_server')) {
echo 'PING: '.date('d/m/Y H:i:s');
exit;
}
$user = $application->recallObject('u');
$loginname = ($user->GetID() != -1) ? $user->GetDBField('Login') : 'root';
$logout = $application->HREF('', '', Array('logout' => 1, '__URLENCODE__' => 1), 'index.php');
$mainpage = $application->HREF('', '', Array('section' => 'in-portal:root', '__URLENCODE__' => 1), 'subitems.php');
$xmlhttp_url = $application->HREF('', '', Array('check_server' => 1, '__URLENCODE__' => 1));
$language =& $application->recallObject('lang.current');
$use_xml = $application->isDebugMode() && dbg_ConstOn('DBG_SHOW_EXPIRATION');
?>
HEAD
|
|
' : ' ';
?>
|
|
Phrase('la_Logged_in_as').' '.$loginname.' '; ?>
|
![](images/blocks2.gif) |
![](images/spacer.gif) |
|
Done();
?>