Remove the directory path from the extensions list

This commit is contained in:
Mark Crane
2014-05-20 07:47:43 +00:00
parent 83a51cc915
commit 5cc9a532bf

View File

@@ -188,15 +188,6 @@ require_once "resources/paging.php";
echo "</td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<td colspan='5' align='left'>\n";
echo "<br />\n";
if ($v_path_show) {
echo $_SESSION['switch']['extensions']['dir']."\n";
}
echo "</td>\n";
echo "</tr>\n";
echo "</table>";
echo "</div>";
echo "<br><br>";