Menu

#5 multiple slashes in $server - $path view

open
nobody
None
5
2006-11-20
2006-11-20
No

changed functions.inc.php

function directoryPath($string, $server) {
$stringArray = split("/",trim($string));
$level = count($stringArray);
if(trim($string)=='/') $level=1; // Do not show multiple slashes if we are in root level
$down = "";
$levelCount=0;
...

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.