New: Prepare for new features

This commit is contained in:
Laurent Destailleur 2010-12-01 23:56:55 +00:00
parent cc93d642e0
commit 22bea1b613

View File

@ -66,6 +66,10 @@ function donnefocus() {
<form id="login" name="login" method="post" action="<?php echo $php_self; ?>">
<input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>">
<input type="hidden" name="loginfunction" value="loginfunction" />
<!-- Add fields to send local user information -->
<input type="hidden" name="tz" value="" />
<input type="hidden" name="screenwidth" value="" />
<input type="hidden" name="screenheight" value="" />
<table class="login" summary="<?php echo $title; ?>" cellpadding="0" cellspacing="0" border="0" align="center">
<tr class="vmenu"><td align="center"><?php echo $title; ?></td></tr>