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 'chk_rel.php')
-rw-r--r--chk_rel.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/chk_rel.php b/chk_rel.php
index e838d2e741..ea89eef2ca 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -8,8 +8,8 @@
/**
* Gets some core libraries
*/
-require_once './libraries/common.inc.php';
-require_once './libraries/header.inc.php';
+require_once 'libraries/common.inc.php';
+require_once 'libraries/header.inc.php';
/**
@@ -21,5 +21,5 @@ $cfgRelation = PMA_getRelationsParam(true);
/**
* Displays the footer
*/
-require './libraries/footer.inc.php';
+require 'libraries/footer.inc.php';
?>