From d29684a6647c2d171b0f8c228de33658e006fd71 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 Jun 2001 11:38:08 +0000 Subject: - Added simple referer module, for sake of fun. --- includes/common.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 778f87a39..a89d71576 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -268,6 +268,9 @@ include_once "includes/theme.inc"; include_once "includes/user.inc"; include_once "includes/node.inc"; +// initialize configuration variables: +$conf = variable_init(); + // initialize user session: user_init(); @@ -277,9 +280,6 @@ module_init(); // initialize localization system: $locale = locale_init(); -// initialize configuration variables: -$conf = variable_init(); - // initialize theme: $theme = theme_init(); -- cgit v1.2.3