When I click on the project, the path displayed is wrong. How can I modify it? For example: the folder clicked on wordpress is localhost/wordpress
When I click on the project, the path displayed is wrong. How can I modify it? For example: the folder clicked on wordpress is localhost/wordpress
wampwwwindex.php:338
<code>$projectContents .= '<li><a href="'.($suppress_localhost ? 'http://localhost/' : '').$file.'">'.$file.'</a></li>';</code>