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:
Diffstat (limited to 'header.inc.php')
-rw-r--r--header.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/header.inc.php b/header.inc.php
index d41c099450..208809997a 100644
--- a/header.inc.php
+++ b/header.inc.php
@@ -2,6 +2,8 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
+require_once('./libraries/common.lib.php');
+
if (empty($GLOBALS['is_header_sent'])) {
/**