示例#1
0
        $config['ACL']['video']['user'] = $this->return_checked_value('p_video_user');
        $config['ACL']['video']['guest'] = $this->return_checked_value('p_video_guest');
        $config['ACL']['chatroom_crt']['user'] = $this->return_checked_value('p_chatroom_crt_user');
        $config['ACL']['chatroom_crt']['guest'] = $this->return_checked_value('p_chatroom_crt_guest');
        $config['ACL']['groupchat']['user'] = $this->return_checked_value('p_groupchat');
        return $config;
    }
}
$param = new param();
if (isset($_POST['posted'])) {
    $config = $param->build_config_array();
    $param->update_config($config);
    $param->build_vars();
}
if (isset($_REQUEST['purge'])) {
    $param->purge_mesg_history($_GET['days']);
    die('Messages Purged successfully.');
}
?>
<link rel="stylesheet" type="text/css" href="admin_files/moderate_users/table_style.css" />

<style type="text/css">


    .table_cls th{
        color:black;
    }
</style>