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ř <michal@cihar.com>2016-07-11 10:02:58 +0300
committerMichal Čihař <michal@cihar.com>2016-07-11 10:02:58 +0300
commitfc6ef261eb4469f764d1e305a4ac617d26ca1864 (patch)
tree1d70e47c604436f9e1381252286fccd8956d2f3e /config.sample.inc.php
parent6aacd7dcfef8a04898393009dea11ddd07a3891d (diff)
Remove Swekey support
It is buggy and their servers are no longer working. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index e3deeaa0d2..6c904b49d4 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -64,8 +64,6 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
// $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
// $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
// $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
-/* Contrib / Swekey authentication */
-// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
/**
* End of servers configuration