cms.sftp-create-csv-salaries.php 194 B

123456789
  1. <?php
  2. if(core::ifPost("from")){
  3. salaries::dataForSFTP();
  4. alert::recSuccess("Le CSV à envoyer à ProWeb vient d'être créé.");
  5. }
  6. header("Location: /proweb-export-csv.html");
  7. exit();