Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 16, 2012
1 parent 88d5cbc commit 7e69c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/etape5.php
Expand Up @@ -50,7 +50,7 @@

$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='';
Expand Down

0 comments on commit 7e69c79

Please sign in to comment.