Update file_new.php

This commit is contained in:
FusionPBX 2019-08-21 02:11:09 -06:00 committed by GitHub
parent 2e1af9320b
commit 1d4b0f88d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
require_once "resources/check_auth.php";
//check permissions
if (permission_exists('script_editor_save')) {
if (permission_exists('edit_save')) {
//access granted
}
else {