2
0

cms.alertes-emails.php 247 B

12345678910
  1. <?php
  2. if(core::ifPost("from") AND core::getPost("from") == "alertes-emails"){
  3. cron::insertParameter(core::getPost("heure"));
  4. } else {
  5. alert::recError("Erreur de sécurité au submit");
  6. }
  7. header("Location: /alertes-emails.html");
  8. exit();