<?php
// Not related to banning, but improves security, and it needs to be at the top of the page, I could have made a new include but that would have taken so much more work -TJ <3
$userMaster = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '".$_SESSION['user']['id']."'"));
/*=========================================================
| RevCMS Banning system
| #########################################################
| Banning system developed by Grapefruit
|