rename vlans.php show.php
This commit is contained in:
parent
471feebe98
commit
57c112611a
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (substr($path, -4) == ".cfg") {
|
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 "";
|
return "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user