<?php
require("auto.prepend.inc.php");
+new_skinned_page('index.tpl', AUTH_PUBLIC);
if(logged())
header("Location: login.php");
-new_skinned_page('index.tpl', AUTH_PUBLIC);
-
$page->display();
?>
-{* $Id: password_prompt.tpl,v 1.5 2004-01-26 19:40:51 x2000habouzit Exp $ *}
+{* $Id: password_prompt.tpl,v 1.6 2004-01-28 16:54:47 x2000habouzit Exp $ *}
<noscript>
<span class="erreur">
Ton navigateur n'accepte pas le javaScript !!
<!-- Set up the form with the challenge value and an empty reply value //-->
<form action="{$smarty.server.REQUEST_URI}" method=post name="loginsub">
- <input type="hidden" name="challenge" value="{$smarty.session.challenge}" />
+ <input type="hidden" name="challenge" value="{$smarty.session.session.challenge}" />
<input type="hidden" name="response" value="" />
<input type="hidden" name="username" value="" />
</form>
-{* $Id: password_prompt_logged.tpl,v 1.4 2004-01-26 19:40:51 x2000habouzit Exp $ *}
+{* $Id: password_prompt_logged.tpl,v 1.5 2004-01-28 16:54:47 x2000habouzit Exp $ *}
<div style="text-align:center">
<table width="90%" summary="Accès sécurisé">
<!-- Set up the form with the challenge value and an empty reply value -->
<form action="{$smarty.server.REQUEST_URI}" method=post name="loginsub">
- <input type="hidden" name="challenge" value="{$smarty.session.challenge}">
- <input type="hidden" name="username" value="{$smarty.cookies.ORGlogin}">
+ <input type="hidden" name="challenge" value="{$smarty.session.session->challenge}">
+ <input type="hidden" name="username" value="{$smarty.cookies.ORGlogin}">
<input type="hidden" name="response" value="">
</form>