plugins/sys/share/db/data/sys_block_rules.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  99999 => [
    'block_id' => 1,
    'rule_type' => 'ALLOW',
    'user_groups' => '',
    'methods' => '',
    'active' => 1,
    'order' => 1,
  ],
  100000 => [
    'block_id' => 4,
    'rule_type' => 'ALLOW',
    'user_groups' => '1',
    'methods' => '',
    'active' => 1,
    'order' => 1,
  ],
  100001 => [
    'block_id' => 2,
    'rule_type' => 'ALLOW',
    'user_groups' => '',
    'methods' => '',
    'active' => 1,
    'order' => 0,
  ],
  100002 => [
    'block_id' => 3,
    'rule_type' => 'ALLOW',
    'user_groups' => '',
    'methods' => 'blog.show_posts,blog.show_single_post,gallery.show_gallery,gallery.show_medium_size,gallery.view_folder,user_profile.show',
    'active' => 1,
    'order' => 1,
  ],
  100003 => [
    'block_id' => 3,
    'rule_type' => 'DENY',
    'user_groups' => '',
    'methods' => 'blog.show,blog.show_all_blogs,blog.add_post,blog.edit_post,gallery.show,gallery.add_photo,gallery.edit_photo',
    'active' => 1,
    'order' => 2,
  ],
];