include_once 'ressources/class.ldap.inc';
include_once 'ressources/class.users.menus.inc';
include_once 'ressources/class.mysql.inc';
include_once 'ressources/class.dansguardian.inc';
include_once 'ressources/class.squid.inc';
include_once 'ressources/class.mysql.catz.inc';
if (isset($_GET["table"])) {
    table();
    exit;
}
if (isset($_GET["blacklist-list"])) {
    blacklist_list();
    exit;
}
if (isset($_POST["EnableDisableCategoryACL"])) {
    EnableDisableCategoryACL();
    exit;
}
js();
function js()
{
    header("content-type: application/x-javascript");
    $tpl = new templates();
    $page = CurrentPageName();
    $title = $tpl->_ENGINE_parse_body("{artica_categories}");
    $html = "YahooWin3('920','{$page}?table=yes&tablet={$_GET["tablet"]}&gpid={$_GET["gpid"]}','{$title}')";
    echo $html;
}
function table()
{
    $users = new usersMenus();
<?php
	//ini_set('html_errors',0);ini_set('display_errors', 1);ini_set('error_reporting', E_ALL);ini_set('error_prepend_string','');ini_set('error_append_string','');
	if(isset($_GET["VERBOSE"])){ini_set('html_errors',0);ini_set('display_errors', 1);ini_set('error_reporting', E_ALL);ini_set('error_prepend_string','');ini_set('error_append_string','');$GLOBALS["VERBOSE"]=true;}	
	if(isset($_GET["verbose"])){ini_set('html_errors',0);ini_set('display_errors', 1);ini_set('error_reporting', E_ALL);ini_set('error_prepend_string','');ini_set('error_append_string','');$GLOBALS["VERBOSE"]=true;}
	include_once('ressources/class.templates.inc');
	include_once('ressources/class.ldap.inc');
	include_once('ressources/class.users.menus.inc');
	include_once('ressources/class.mysql.inc');
	include_once('ressources/class.dansguardian.inc');
	include_once('ressources/class.squid.inc');
	include_once('ressources/class.mysql.catz.inc');

	if(isset($_GET["table"])){table();exit;}
	if(isset($_GET["blacklist-list"])){blacklist_list();exit;}
	if(isset($_POST["EnableDisableCategoryACL"])){EnableDisableCategoryACL();exit;}

js();
function js(){
	header("content-type: application/x-javascript");
	$tpl=new templates();
	$page=CurrentPageName();
	$title=$tpl->_ENGINE_parse_body("{artica_categories}");
	$html="YahooWin3('920','$page?table=yes&tablet={$_GET["tablet"]}&gpid={$_GET["gpid"]}','$title')";
	echo $html;
}


function table(){
	$users=new usersMenus();
	$ID=$_GET["ID"];
	$page=CurrentPageName();