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 {