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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-08-30 00:02:10 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-01 22:30:22 +0300
commit7f8f34e89df2c028979761cb4cca03b0e609d01b (patch)
treecb60da4583ae4fa64dae9ea659f6c37610b952de /version_check.php
parent58b10807c897b026198ef2647fce9b9100d62b8d (diff)
Remove classes require_once.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'version_check.php')
-rw-r--r--version_check.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/version_check.php b/version_check.php
index 581e18383c..9058994ab4 100644
--- a/version_check.php
+++ b/version_check.php
@@ -9,7 +9,6 @@
// Sets up the session
define('PMA_MINIMUM_COMMON', true);
require_once 'libraries/common.inc.php';
-require_once 'libraries/Util.php';
// Always send the correct headers
header('Content-type: application/json; charset=UTF-8');