Browse Source

Update index.php

FusionPBX 6 years ago
parent
commit
1823f47a42
1 changed files with 1 additions and 1 deletions
  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 {