Skip to content
Snippets Groups Projects
Commit 3c1eaa16 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Wrong list of application in index page

parent 3087b6c0
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment