From af7caa8135c6fd229f7585213360226b4a702e21 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 25 Oct 2001 17:45:17 +0000 Subject: [PATCH] Change the comment style from /* */ to // ... --- header.inc.php.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/header.inc.php.template b/header.inc.php.template index ba57417650..5b415f4499 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -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}' );