Fix: Wrong list of application in index page
This commit is contained in:
parent
3087b6c0fc
commit
3c1eaa1633
@ -306,8 +306,7 @@ while ($file = readdir($handle))
|
|||||||
if (is_dir($file) && !in_array($file,$projectsListIgnore) && !in_array($file,$aliasarray))
|
if (is_dir($file) && !in_array($file,$projectsListIgnore) && !in_array($file,$aliasarray))
|
||||||
{
|
{
|
||||||
$projectContents .= '<li><a href="'.$file.'">';
|
$projectContents .= '<li><a href="'.$file.'">';
|
||||||
if (eregi('dolibarr',$file)) $projectContents .= $file.' (URL=http://<i>ipofyourserver</i>:81/'.$file.'/)';
|
$projectContents .= $file;
|
||||||
if (eregi('phpmyadmin',$file)) $projectContents .= $file.' (URL=http://<i>ipofyourserver</i>:81/'.$file.'/)';
|
|
||||||
$projectContents .= '</a></li>';
|
$projectContents .= '</a></li>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user