Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-18 15:50:49 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-18 15:50:49 +0300
commitfcf387bc70b3c1975ac3df8c878bbb346b4ada43 (patch)
tree03bc79e005696d79646f3694a01e88e524a4aae2 /server_privileges.php
parent7a56c56c4b19fe90df56b60868d286d9e66ad1bf (diff)
common.lib.php should REALLY REALLY and ALWAYS be the first include
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php2
1 files changed, 2 insertions, 0 deletions
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
*/