浏览代码

Update index.php

FusionPBX 6 年之前
父节点
当前提交
1823f47a42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.php

+ 1 - 1
index.php

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