register+login with secur ok
This commit is contained in:
@@ -15,6 +15,6 @@ for($i=0;$data = $reponse->fetch();$i++) {
|
||||
$datas[$i] = $data;
|
||||
}
|
||||
$reponse->closeCursor();
|
||||
echo $template->render(array('datas' => $datas));
|
||||
echo $template->render(array('datas' => $datas, "session" => $_SESSION));
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user