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 'url.php')
-rw-r--r--url.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.php b/url.php
index 7f9c1e44e5..173b48d29b 100644
--- a/url.php
+++ b/url.php
@@ -7,9 +7,9 @@
declare(strict_types=1);
use PhpMyAdmin\Core;
+use PhpMyAdmin\DatabaseInterface;
use PhpMyAdmin\Response;
use PhpMyAdmin\Sanitize;
-use PhpMyAdmin\DatabaseInterface;
if (! defined('ROOT_PATH')) {
define('ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);