Merge branch 'master' of /git/nemubot_askweb
Conflicts: validation.php
This commit is contained in:
commit
e86aba689f
3 changed files with 47 additions and 16 deletions
|
|
@ -87,13 +87,23 @@ else
|
|||
<section>
|
||||
<h2>Merci de votre participation</h2>
|
||||
<p>
|
||||
Votre question a bien été prise en compte.<br/>
|
||||
Un email a été envoyé à une personne du chan pour
|
||||
qu'elle valide votre question.
|
||||
</p>
|
||||
<p>
|
||||
<?php
|
||||
if (!$question)
|
||||
{
|
||||
echo "La question n'existe pas.";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo ("Votre question a bien été prise en compte.<br/>"
|
||||
."Un email a été envoyé à une personne du chan pour "
|
||||
."qu'elle valide votre question."
|
||||
."</p>
|
||||
<p>
|
||||
Nemubot vous remercie de l'aider à agrandir sa base de donnée
|
||||
</p>
|
||||
</p>");
|
||||
}
|
||||
?>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Reference in a new issue