Don't show the path on the gateways page.
This commit is contained in:
parent
68c735db30
commit
705d7fd295
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue