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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-07-08 19:44:27 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-07-09 21:16:37 +0300
commit5e7f6a1bab95681154542e3277dcca5f9a14fbd0 (patch)
treec4681b253eae4902ef0348ab56f16ce15fafe97c /prefs_forms.php
parent87e1cd08776f18b685bbf6e8a212a09334604c45 (diff)
Move config classes to PhpMyAdmin namespace
- Move ConfigFile to PhpMyAdmin namespace - Move FormDisplay to PhpMyAdmin namespace - Move Form to PhpMyAdmin namespace - Move PageSettings to PhpMyAdmin namespace - Move ServerConfigChecks to PhpMyAdmin namespace - Move Validator to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'prefs_forms.php')
-rw-r--r--prefs_forms.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs_forms.php b/prefs_forms.php
index 2155766d7b..935b700830 100644
--- a/prefs_forms.php
+++ b/prefs_forms.php
@@ -5,8 +5,8 @@
*
* @package PhpMyAdmin
*/
-use PMA\libraries\config\ConfigFile;
-use PMA\libraries\config\FormDisplay;
+use PhpMyAdmin\Config\ConfigFile;
+use PhpMyAdmin\Config\FormDisplay;
use PhpMyAdmin\Core;
use PhpMyAdmin\Response;
use PhpMyAdmin\Url;