Remove the directory path
This commit is contained in:
parent
c81db61f40
commit
52f1218f8f
|
|
@ -367,15 +367,6 @@ else {
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
if ($v_path_show) {
|
|
||||||
echo "<tr>\n";
|
|
||||||
echo " <td colspan='7' align='left'>\n";
|
|
||||||
echo " <br />\n";
|
|
||||||
echo " ".$_SESSION['switch']['dialplan']['dir'];
|
|
||||||
echo " </td>\n";
|
|
||||||
echo "</tr>\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "<br><br>";
|
echo "<br><br>";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue