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>2011-02-08 18:30:34 +0300
committerMichal Čihař <mcihar@novell.com>2011-02-08 18:30:34 +0300
commit563143a9bc739657e8fea61e7ccc81e4425aa4a8 (patch)
tree1c65aa6c676f19eac506e72a36d44a3d16034105 /changelog.php
parent715b0b86b564ad8d625914110b802aaf4bb915fd (diff)
No need for require_once
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 ad45e62824..5c42e6797f 100644
--- a/changelog.php
+++ b/changelog.php
@@ -9,7 +9,7 @@
/**
* Gets core libraries and defines some variables
*/
-require_once './libraries/common.inc.php';
+require './libraries/common.inc.php';
$filename = CHANGELOG_FILE;