From fcf387bc70b3c1975ac3df8c878bbb346b4ada43 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Fri, 18 Nov 2005 12:50:49 +0000 Subject: common.lib.php should REALLY REALLY and ALWAYS be the first include --- server_privileges.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server_privileges.php') diff --git a/server_privileges.php b/server_privileges.php index 5fa952dbe6..711a76b2d4 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -2,6 +2,8 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: +require_once('./libraries/common.lib.php'); + /** * Does the common work */ -- cgit v1.2.3