summaryrefslogtreecommitdiff
path: root/includes/admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-24 07:24:24 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-24 07:24:24 +0000
commitcbeb5ee4684df20dc35cd79e375df862170dd752 (patch)
tree5c62ac6703b8f127c2f924e4b6596904cc857088 /includes/admin.inc
parent9d3e9bc782a58785074188427edbe9f1b7c49e86 (diff)
downloadbrdo-cbeb5ee4684df20dc35cd79e375df862170dd752.tar.gz
brdo-cbeb5ee4684df20dc35cd79e375df862170dd752.tar.bz2
This significant commit fixes 99% of all known bugs and improves drop.org
by means of better security checks in order to avoid malicious behavior. In addition, quite some code has been fine-tuned. However, as a result, every theme will require a small update ...
Diffstat (limited to 'includes/admin.inc')
-rw-r--r--includes/admin.inc10
1 files changed, 1 insertions, 9 deletions
diff --git a/includes/admin.inc b/includes/admin.inc
index 4d0ed0dda..5f7d889ae 100644
--- a/includes/admin.inc
+++ b/includes/admin.inc
@@ -8,7 +8,7 @@ function admin_icon($name) {
}
function admin_header() {
- global $sitename, $section, $status;
+ global $sitename, $section;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
@@ -42,14 +42,6 @@ function admin_header() {
</TR>
<TR><TD BGCOLOR="#000000" COLSPAN="10" WIDTH="100%"><IMG SRC="images/pixel.gif" WIDTH="1" HEIGHT="0" ALT=""></TD></TR>
<TR><TD COLSPAN="10">&nbsp;</TD></TR>
- <?
- if ($status) {
- ?>
- <TR><TD COLSPAN="10"><BIG><B>status:</B> <? echo $status; ?></BIG></TD></TR>
- <TR><TD COLSPAN="10">&nbsp;</TD></TR>
- <?
- }
- ?>
<TR>
<TD COLSPAN="10">
<?