rename vlans.php show.php
This commit is contained in:
parent
471feebe98
commit
57c112611a
@ -34,11 +34,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (substr($path, -4) == ".cfg") {
|
||||
return "<li><a href='vlans.php?switch=".str_replace("$basedir/", "", $path)."' target='_blank'>" . basename($path) . "</a></li>\n";
|
||||
}
|
||||
|
||||
return "<li><a href='show.php?switch=".str_replace("$basedir/", "", $path)."' target='_blank'>" . basename($path) . "</a></li>\n";
|
||||
}
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user