repo.or.cz
/
specialops2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Optimised a bunch of code, removed circular references
[specialops2.git]
/
admin.php
blob
7490bf6d908b73b8d0285ec14bbd0a786b1bd022
1
<
?php
2
// $Id$
3
4
require
'con.php'
;
5
$page
->
title
=
_
(
'Admin Control Panel'
);
6
7
if
( ! (
$user
instanceof
authuser
) )
8
$page
->
errorfooter
(
'login'
);
9
10
$user
->
userheader
();
11
?
>
12
13
<
object
data
=
"http://specialops.ath.cx/~ant/FISH"
type
=
"image/png"
/>
14
<
p
>
No
,
this page doesn
't do anything useful.</p>
15
16
<?php
17
$page
->pagefooter();
18
?>