Change the comment style from /* */ to // ...

This commit is contained in:
jengo 2001-10-25 17:45:17 +00:00
parent 01363822fa
commit af7caa8135

View File

@ -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}'
);