<?php
/*****************************************************************/
/* Nukequiz (tm) v 3.1.0 */
/* By: Kissoftware (hide@address.com) */
/* http://www.kissoftware.org.uk */
/* http://www.kissoftware.co.uk */
/* Copyright © 2003-2008 by Kissoftware */
/* See Docs For Information & Credits */
/* For More information Visit Forums Or The Online Help Manual */
/*****************************************************************/
$pagetitle = $pagename.": ERROR";
@include("header.php");
title("$pagetitle");
OpenTable();
echo "<br><center><font class='title'>Sorry, ONLY Super Admins May Run This Script</font><br><br><center>";
CloseTable();
@include("footer.php");
?>