<?php if(core::ifGet("actif")){ if(core::getGet("actif") == "true"){ debug::addFile("sql"); } else { debug::removeFile("sql"); } } header("Location: " . $_SERVER['HTTP_REFERER']); exit();