Update voicemail_option_edit.php

This commit is contained in:
FusionPBX 2018-07-02 10:59:37 -06:00 committed by GitHub
parent 4bfa9f95d8
commit 1b749d3422
1 changed files with 4 additions and 2 deletions

View File

@ -243,5 +243,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "</table>\n";
echo "</form>\n";
require_once "resources/footer.php";
?>
//include the footer
require_once "resources/footer.php";
?>