diff --git a/build/exe/doliwamp/index.php.install b/build/exe/doliwamp/index.php.install index ae445cc3bc4..1e37ae0d17b 100644 --- a/build/exe/doliwamp/index.php.install +++ b/build/exe/doliwamp/index.php.install @@ -306,8 +306,7 @@ while ($file = readdir($handle)) if (is_dir($file) && !in_array($file,$projectsListIgnore) && !in_array($file,$aliasarray)) { $projectContents .= '
  • '; - if (eregi('dolibarr',$file)) $projectContents .= $file.' (URL=http://ipofyourserver:81/'.$file.'/)'; - if (eregi('phpmyadmin',$file)) $projectContents .= $file.' (URL=http://ipofyourserver:81/'.$file.'/)'; + $projectContents .= $file; $projectContents .= '
  • '; } }