ソースを参照

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";
 
 //check permissions
-	if (permission_exists('script_editor_view')) {
+	if (permission_exists('edit_view')) {
 		//access granted
 	}
 	else {