|";',$titre)) { $erreur_injection_titre = true; } if (preg_match(';<|>|";',$nom)) { $erreur_injection_nom = true; } if (preg_match(';<|>|";',$commentaires)) { $erreur_injection_commentaires = true; } // Si pas d'erreur dans l'adresse alors on change de page vers date ou autre if ($titre && $nom && $adresse && !$erreur_adresse && ! $erreur_injection_titre && ! $erreur_injection_commentaires && ! $erreur_injection_nom) { /* # pyg@framasoft.net : inutile. if ($creation_sondage_date !== null || $creation_sondage_date_x !== null) { header("Location:choix_date.php"); exit(); } if ($creation_sondage_autre !== null || $creation_sondage_autre_x !== null) { header("Location:choix_autre.php"); exit(); } if ( $creation_sondage_autre_x !== null) { header("Location:choix_autre.php"); exit(); } */ if ( $poursuivre == "creation_sondage_date" ) { header("Location:choix_date.php"); exit(); } if ( $poursuivre == "creation_sondage_autre" ) { header("Location:choix_autre.php"); exit(); } } } //affichage de la page print_header(true); echo '
'."\n"; //affichage des bandeaux de tete logo(); bandeau_tete(); echo ''. _("STUdS is not properly installed, please check the 'INSTALL' to setup the database before continuing") . "
"."\n"; bandeau_pied(); echo ''."\n"; echo '