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>2014-03-20 12:36:48 +0400
committerMichal Čihař <michal@cihar.com>2014-03-20 12:36:48 +0400
commitd559fa6a2164870f0db0c92b3c60d8b5dda3c3d2 (patch)
treea654abe4aa6910b46bb98f7740ad1a4dfffea352 /examples
parent582077e8db25d9e80fd9e35a9a1d1d7d9bc1b175 (diff)
Remove trailing whitespace from the code
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/swekey.sample.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/swekey.sample.conf b/examples/swekey.sample.conf
index ebf1aedf02..5de2007da3 100644
--- a/examples/swekey.sample.conf
+++ b/examples/swekey.sample.conf
@@ -2,17 +2,17 @@
#
# To activate the Swekey authentication add the following line to your config.inc.php file.
# $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
-# Then rename this file "swekey-pma.conf" and copy it to the /etc directory.
+# Then rename this file "swekey-pma.conf" and copy it to the /etc directory.
# Add all the Swekey ids you want to grant access to in the file.
# After each Swekey id put the corresponding user name.
#
-# If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support
+# If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support
# while your Swekey is connected.
#
-# If you need to purchase a Swekey please visit http://phpmyadmin.net/auth_key
-# since this link provides funding to PhpMyAdmin.
+# If you need to purchase a Swekey please visit http://phpmyadmin.net/auth_key
+# since this link provides funding to PhpMyAdmin.
#
-
+
0000000000000000000000000000763A:root
000000000000000000000000000089E4:steve
0000000000000000000000000000231E:scott
@@ -28,7 +28,7 @@ SERVER_STATUS=https://auth-status-ssl.musbe.net
#
# The path of the root certificate file used to ensure a secure
-# communication with the authentication servers in SSL mode.
+# communication with the authentication servers in SSL mode.
# If not specified, will use musbe-ca.crt found in your
# phpMyAdmin/libraries/auth/swekey.
#
@@ -36,9 +36,9 @@ SERVER_STATUS=https://auth-status-ssl.musbe.net
#CA_FILE=/var/http-root/phpmyadmin/libraries/auth/swekey/musbe-ca.crt
#
-# If your server receives many login requests, you can enable the random
+# If your server receives many login requests, you can enable the random
# token caching to accelerate the authentication process.
-# Token caching is enabled by default.
+# Token caching is enabled by default.
#
#ENABLE_TOKEN_CACHE=0