Update sql_backup.php

This commit is contained in:
FusionPBX 2019-09-06 03:55:23 -06:00 committed by GitHub
parent 846e1c64d8
commit 53a5aa1be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@
Mark J Crane <markjcrane@fusionpbx.com>
*/
//disabled
echo "access denied";
exit;
//includes
include "root.php";
require_once "resources/require.php";
@ -150,4 +154,4 @@
}
unset($result_1, $row_1);
?>
?>