summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-18 07:43:33 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-18 07:43:33 +0000
commit2d638e99b514bc3933ad196df0eb2406f8c58d17 (patch)
tree1f79b564fb4da4f4c4bde579feb9ab1a092ab35d /backend.php
parent801db51a1c29b2bd324404a31125b8be465f5bfd (diff)
downloadbrdo-2d638e99b514bc3933ad196df0eb2406f8c58d17.tar.gz
brdo-2d638e99b514bc3933ad196df0eb2406f8c58d17.tar.bz2
* fixed minor bug
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 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();