From 7e69c79a299ec05f44b61635773a3ca000942f1c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 16 Mar 2012 11:08:04 +0100 Subject: [PATCH] Comments --- htdocs/install/etape5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index d53cbacdec7..49d8259b0de 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -50,7 +50,7 @@ $action=GETPOST('action'); $success=0; -// Init "forced values" to nothing. "forced values" are used after an doliwamp install wizard. +// Init "forced values" to nothing. "forced values" are used after using an install wizard (using a file install.forced.php). if (! isset($force_install_type)) $force_install_type=''; if (! isset($force_install_dbserver)) $force_install_dbserver=''; if (! isset($force_install_port)) $force_install_port='';