This commit is contained in:
Alexandre Anriot 2005-09-13 21:16:26 +00:00
parent e132e290c8
commit 0ab735facb

View file

@ -20,7 +20,7 @@ elseif ($statut == "1")
{
echo '<html><head>';
echo '<script>';
echo 'window.open(\'popup_debut.php\', \'connexion', \'height=<?=$height?>, width=<?=$width?>, toolbar=no, menubar=no, scrollbars=no, resizable=no, status=no\')';
echo 'window.open(\'popup_debut.php\', \'connexion\', \'height=<?=$height?>, width=<?=$width?>, toolbar=no, menubar=no, scrollbars=no, resizable=no, status=no\')';
echo '</script>';
echo '</head><body>';
echo '<p>Vous êtes déjà connecté...';