Subversion Repositories ALCASAR

Rev

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

Rev 934 Rev 1015
Line 180... Line 180...
180
	$YOUTUBE_ID=$New_ID;
180
	$YOUTUBE_ID=$New_ID;
181
	exec ("sudo /usr/local/sbin/alcasar-url_filter.sh $safesearch $pureip");
181
	exec ("sudo /usr/local/sbin/alcasar-url_filter.sh $safesearch $pureip");
182
       	break;
182
       	break;
183
}
183
}
184
?>
184
?>
185
</TABLE>
-
 
186
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0>
185
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0>
187
<tr><th><?php echo "$l_title1"; ?></th></tr>
186
<tr><th><?php echo "$l_title1"; ?></th></tr>
188
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width=1 height=2></td></tr>
187
	<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width=1 height=2></td></tr>
189
</TABLE>
188
</TABLE>
190
<TABLE width="100%" border=1 cellspacing=0 cellpadding=0>
189
<TABLE width="100%" border=1 cellspacing=0 cellpadding=0>
Line 205... Line 204...
205
	echo "<input type=submit value=\"$l_switch_filtering_on\">";
204
	echo "<input type=submit value=\"$l_switch_filtering_on\">";
206
	}
205
	}
207
echo "</FORM>";
206
echo "</FORM>";
208
echo "</td></tr>";
207
echo "</td></tr>";
209
echo "</TABLE>";
208
echo "</TABLE>";
210
if ($DNS_FILTERING == "on") require ('dns_filter2.php');
209
if ($DNS_FILTERING == "on") require ('bl_filter2.php');
211
?>
210
?>
212
</BODY>
211
</BODY>
213
</HTML>
212
</HTML>