mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Change the comment style from /* */ to // ...
This commit is contained in:
parent
01363822fa
commit
af7caa8135
@ -28,9 +28,9 @@
|
||||
'db_name' => '{DB_NAME}',
|
||||
'db_user' => '{DB_USER}',
|
||||
'db_pass' => '{DB_PASS}',
|
||||
/* Look at the README file */
|
||||
// Look at the README file
|
||||
'db_type' => '{DB_TYPE}',
|
||||
/* This will limit who is allowed to make configuration modifcations */
|
||||
// This will limit who is allowed to make configuration modifcations
|
||||
'config_passwd' => '{CONFIG_PASS}'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user