Don't show the path on the gateways page.

This commit is contained in:
Mark Crane
2014-03-22 00:54:22 +00:00
parent 68c735db30
commit 705d7fd295

View File

@@ -232,14 +232,6 @@ else {
}
echo " </td>\n";
echo " </tr>\n";
echo " <tr>\n";
echo " <td colspan='8' align='left'>\n";
echo " <br />\n";
if ($v_path_show) {
echo " ".$_SESSION['switch']['gateways']['dir']."/sip_profiles\n";
}
echo " </td>\n";
echo " </tr>\n";
echo " </table>";
echo "</div>";
echo "</td>";