diff --git a/build/exe/doliwamp/index.php.install b/build/exe/doliwamp/index.php.install index 73bf50a8d09..64420c3aed7 100644 --- a/build/exe/doliwamp/index.php.install +++ b/build/exe/doliwamp/index.php.install @@ -231,7 +231,7 @@ while ($file = readdir($handle)) if (is_dir($file) && !in_array($file,$projectsListIgnore)) { $projectContents .= '
  • '.$file; - if ($file == 'dolibarr') $projectContents .= ' (URL=http://ipofyourserver:WAMPAPACHEPORT/'.$file.'/)'; + if ($file == 'dolibarr') $projectContents .= ' (URL=http://ipofyourserver:WAMPAPACHEPORT/'.$file.'/)'; $projectContents .= '
  • '; } }