| ".
"[ Riscrivi ACL ]".
"".
" ";
}
if ( $_REQUEST["step"] == "2" ){
$handle = fopen($sguard_auth_file, "w");
fwrite($handle,$_REQUEST["sguard_auth"]);
fclose($handle);
$handle = fopen($sguard_bloc_file, "w");
fwrite($handle,$_REQUEST["sguard_bloc"]);
fclose($handle);
passthru("/usr/local/bin/sudo ".$sync_sguard_prg, $retval);
if ($retval != "0"){
echo " |