important fix
[specialops2.git] / admin.php
blob8a6db2137def87c8ea990404306b06f335140509
1 <?php
2 // $Id$
4 require 'con.php';
5 $page->title = _('Admin Control Panel');
7 if ( ! ($user instanceof authuser) ) {
8 $page->errorfooter('login');
11 $user->userheader();
14 <object data="http://ty.ath.cx/images/tabel.png" title="ADMINTABEL" type="image/png">
15 <object data="http://specialops.ath.cx/~ant/FISH" type="image/png">HELP</object>
16 </object>
18 <?php
19 $page->pagefooter();