Update voicemail_option_edit.php

This commit is contained in:
FusionPBX 2018-07-02 10:59:37 -06:00 committed by GitHub
parent 0073d4b284
commit fdb1927a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";
?>