diff --git a/build/exe/doliwamp/index.php.install b/build/exe/doliwamp/index.php.install
index ae445cc3bc4e1665d1621c0210a7e1688665056c..1e37ae0d17b74d85efe12f352b27993c78be8309 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 .= '<li><a href="'.$file.'">';
-		if (eregi('dolibarr',$file)) $projectContents .= $file.' (URL=http://<i>ipofyourserver</i>:81/'.$file.'/)';
-		if (eregi('phpmyadmin',$file)) $projectContents .= $file.' (URL=http://<i>ipofyourserver</i>:81/'.$file.'/)';
+		$projectContents .= $file;
 		$projectContents .= '</a></li>';
 	}
 }