mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add dialplan context to the dialplan, improve some of the formatting add page and fix memcache flush.
This commit is contained in:
@@ -347,14 +347,15 @@ else {
|
||||
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']['dialplan']['dir'];
|
||||
echo "<tr>\n";
|
||||
echo " <td colspan='5' align='left'>\n";
|
||||
echo " <br />\n";
|
||||
echo " ".$_SESSION['switch']['dialplan']['dir'];
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "</table>";
|
||||
echo "</div>";
|
||||
echo "<br><br>";
|
||||
|
||||
Reference in New Issue
Block a user