popup bug!

This commit is contained in:
Alexandre Anriot 2005-09-14 09:30:13 +00:00
parent 57773d992e
commit 6c4ec6b2b1

View file

@ -11,7 +11,7 @@ $statut = getstatut($_SESSION['login']);
echo '<html><head>';
if ($_POST['flag'] == "1") {
if ($_GET['flag'] == "1") {
echo '<script>';
echo 'window.open(\'popup_debut.php\', \'connexion\', \'height=147, width=300, toolbar=no, menubar=no, scrollbars=no, resizable=no, status=no\')';
echo '</script>';