Fix DoliWamp installer
This commit is contained in:
parent
abe025686b
commit
54de15eb61
@ -231,7 +231,7 @@ while ($file = readdir($handle))
|
|||||||
if (is_dir($file) && !in_array($file,$projectsListIgnore))
|
if (is_dir($file) && !in_array($file,$projectsListIgnore))
|
||||||
{
|
{
|
||||||
$projectContents .= '<li><a href="'.$file.'">'.$file;
|
$projectContents .= '<li><a href="'.$file.'">'.$file;
|
||||||
if ($file == 'dolibarr') $projectContents .= ' (URL=http://<i>ipofyourserver:WAMPAPACHEPORT</i>/'.$file.'/)';
|
if ($file == 'dolibarr') $projectContents .= ' (URL=http://<i>ipofyourserver</i>:WAMPAPACHEPORT/'.$file.'/)';
|
||||||
$projectContents .= '</a></li>';
|
$projectContents .= '</a></li>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user