Update file_options_list.php

This commit is contained in:
FusionPBX
2019-08-21 02:12:02 -06:00
committed by GitHub
parent f4baf081c8
commit b40d8ad375

View File

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