Subversion Repositories ALCASAR

Rev

Rev 1390 | Rev 1416 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1390 Rev 1393
Line 209... Line 209...
209
	unset($_POST['OSSI_bl_ip']);
209
	unset($_POST['OSSI_bl_ip']);
210
	$fichier=fopen($dir_dg."exceptioniplist","w+");
210
	$fichier=fopen($dir_dg."exceptioniplist","w+");
211
	fputs($fichier, form_filter($_POST['BL_rehabilited_ip']));
211
	fputs($fichier, form_filter($_POST['BL_rehabilited_ip']));
212
	fclose($fichier);
212
	fclose($fichier);
213
	unset($_POST['BL_rehabilited_ip']);
213
	unset($_POST['BL_rehabilited_ip']);
-
 
214
	exec ("sudo /usr/local/sbin/alcasar-bl.sh --reload");
214
	break;
215
	break;
215
case 'MAJ_cat_wl' :
216
case 'MAJ_cat_wl' :
216
	$tab=file($wl_categories_enabled);	
217
	$tab=file($wl_categories_enabled);	
217
	if ($tab)
218
	if ($tab)
218
		{
219
		{