added error reporting line
[specialops2.git] / admin.php
blob220e1498338f5469d0f2f9e8ef2eb9b89937a972
1 <?php
2 // $Id$
4 require 'con.php';
5 $page->title = 'Admin Control Panel';
7 if ( ! ($user instanceof authuser) )
8 $page->errorfooter('login');
10 $user->userheader();
13 <object data="http://specialops.ath.cx/~ant/FISH" type="image/png"/>
14 <p>No, this page doesn't do anything useful.</p>
16 <?php
17 $page->pagefooter();