diff options
Diffstat (limited to 'backend.php')
-rw-r--r-- | backend.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php index a0eabf120..8812d4b9d 100644 --- a/backend.php +++ b/backend.php @@ -87,8 +87,8 @@ function adminMain() { print "<BR><BR>"; } -include "backend.class.php"; -include "theme.inc"; +include "includes/backend.inc"; +include "includes/theme.inc"; $theme->header(); |