diff --git a/index.php b/index.php index f94ab88..db31a36 100644 --- a/index.php +++ b/index.php @@ -34,11 +34,11 @@ } } } - + if (substr($path, -4) == ".cfg") { - return "
  • " . basename($path) . "
  • \n"; - } - + return "
  • " . basename($path) . "
  • \n"; + } + return ""; } diff --git a/vlans.php b/show.php similarity index 100% rename from vlans.php rename to show.php