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-29 23:29:21 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-01 22:30:21 +0300
commit0761fb18011d2d6b80d4894b2c2184afd503e717 (patch)
tree2a5cbbce31a8a9aa43b099090941350a11a8ee8f /server_engines.php
parent2606c5f72dabefe344a46b0e9c980fffb7437273 (diff)
Rename classes files.
Rename classes. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'server_engines.php')
-rw-r--r--server_engines.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_engines.php b/server_engines.php
index 78b19cde70..bce61c7353 100644
--- a/server_engines.php
+++ b/server_engines.php
@@ -15,7 +15,7 @@ require_once 'libraries/common.inc.php';
* Does the common work
*/
require 'libraries/server_common.inc.php';
-require 'libraries/StorageEngine.class.php';
+require 'libraries/StorageEngine.php';
require 'libraries/server_engines.lib.php';
/**