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 'changelog.php')
-rw-r--r--changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.php b/changelog.php
index 82787b2c09..d5bea88cd1 100644
--- a/changelog.php
+++ b/changelog.php
@@ -9,7 +9,7 @@
/**
* Gets core libraries and defines some variables
*/
-require './libraries/common.inc.php';
+require 'libraries/common.inc.php';
$filename = CHANGELOG_FILE;