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:
authorMichal Čihař <mcihar@novell.com>2010-07-26 18:17:59 +0400
committerMichal Čihař <mcihar@novell.com>2010-07-26 18:17:59 +0400
commitee767e2d3d10fff9f8bf1b9cc3bf448690dbcfa0 (patch)
treef54f705f165265912a80dd9c1992c37a5e62f9f3 /index.php
parentbcc372b5c5118493d78818011ef0ec3a273b4821 (diff)
No need to explicitely include relation.lib its anyway included in common.inc
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index 3b16ec7d2e..16e13d028b 100644
--- a/index.php
+++ b/index.php
@@ -32,11 +32,6 @@
*/
require_once './libraries/common.inc.php';
-/**
- * Includes the ThemeManager if it hasn't been included yet
- */
-require_once './libraries/relation.lib.php';
-
// free the session file, for the other frames to be loaded
session_write_close();