cms.parametres-debug-submit-activation.php 222 B

1234567891011
  1. <?php
  2. if(core::ifGet("actif")){
  3. if(core::getGet("actif") == "true"){
  4. debug::addFile("submit");
  5. } else {
  6. debug::removeFile("submit");
  7. }
  8. }
  9. header("Location: " . $_SERVER['HTTP_REFERER']);
  10. exit();