JumpMast3r - 2006-02-13

Logged In: YES
user_id=1450769

just open the config.inc.php file and find:

function list_users()
{
$result = mysql_query("SELECT * ...

change it to
function list_users()
{
if (!is_administrator()) return;
$result = mysql_query("SELECT * ...