configurazione acl squid "; } } if ($errore) { echo "Errori rilevati:
".$errore."
". "questo check puo' essere evitato settando la variabile check_pkg_install=false ". "in include/cfg-squid.php"; ""; exit; } if ( !$_REQUEST["step"] ){ echo "
"; echo "". "IP abilitati ovunque:

". "". "IP NON abilitati:

". "". "IP limitati:

". "". "Navigazione negata su:

". ""; echo "". "[ Riscrivi ACL ]". "". "

"; } if ( $_REQUEST["step"] == "2" ){ $handle = fopen($good_users_file, "w"); fwrite($handle,$_REQUEST["good_users"]); fclose($handle); $handle = fopen($bad_users_file, "w"); fwrite($handle,$_REQUEST["bad_users"]); fclose($handle); $handle = fopen($middle_users_file, "w"); fwrite($handle,$_REQUEST["middle_users"]); fclose($handle); $handle = fopen($middle_url_file, "w"); fwrite($handle,$_REQUEST["middle_url"]); fclose($handle); echo "Scrittura Completata. Premi qui
"; } ?>