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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-11 08:35:03 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-11 08:35:03 +0300
commita36aea3d82694aa4c51d95266904c1fd7f00071f (patch)
treebd87514f5faadf635928518fd86c31b69aa05563 /config.sample.inc.php
parent1ee8a8f944f5bafdc7f5cf039affe8fc65642b12 (diff)
Cosmetic changes to the sample config file
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index a1e45bb134..4dc9a53c31 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -10,18 +10,18 @@
* @package PhpMyAdmin
*/
-/*
+/**
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
-/*
+/**
* Servers configuration
*/
$i = 0;
-/*
+/**
* First server
*/
$i++;
@@ -33,7 +33,7 @@ $cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
-/*
+/**
* phpMyAdmin configuration storage settings.
*/
@@ -65,11 +65,11 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
-/*
+/**
* End of servers configuration
*/
-/*
+/**
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = '';
@@ -149,7 +149,7 @@ $cfg['SaveDir'] = '';
*/
//$cfg['SendErrorReports'] = 'always';
-/*
+/**
* You can find more configuration options in the documentation
* in the doc/ folder or at <http://docs.phpmyadmin.net/>.
*/