diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-10-18 07:43:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-10-18 07:43:33 +0000 |
commit | 2d638e99b514bc3933ad196df0eb2406f8c58d17 (patch) | |
tree | 1f79b564fb4da4f4c4bde579feb9ab1a092ab35d | |
parent | 801db51a1c29b2bd324404a31125b8be465f5bfd (diff) | |
download | brdo-2d638e99b514bc3933ad196df0eb2406f8c58d17.tar.gz brdo-2d638e99b514bc3933ad196df0eb2406f8c58d17.tar.bz2 |
* fixed minor bug
-rw-r--r-- | backend.php | 2 | ||||
-rw-r--r-- | includes/backend.inc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/backend.php b/backend.php index 8812d4b9d..0a2747da3 100644 --- a/backend.php +++ b/backend.php @@ -87,8 +87,8 @@ function adminMain() { print "<BR><BR>"; } -include "includes/backend.inc"; include "includes/theme.inc"; +include "includes/backend.inc"; $theme->header(); diff --git a/includes/backend.inc b/includes/backend.inc index 30f39c942..5e2093aec 100644 --- a/includes/backend.inc +++ b/includes/backend.inc @@ -1,6 +1,5 @@ <? -include "includes/function.inc"; class backend { |