Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. $data = [
  2. 'account' => [
  3. 'details' => [
  4. 'factorAuth' => '0',
  5. 'size' => '1',
  6. 'days' => '2',
  7. 'event_days' => '3',
  8. 'log_days' => '4',
  9. 'max_camera' => '10',
  10. 'permissions' => 'all',
  11. 'edit_size' => '1',
  12. 'edit_days' => '1',
  13. 'edit_event_days' => '1',
  14. 'edit_log_days' => '1',
  15. 'use_admin' => '1',
  16. 'use_aws_s3' => '1',
  17. 'use_webdav' => '1',
  18. 'use_discordbot' => '1',
  19. 'use_ldap' => '1',
  20. ],
  21. 'detailsJSON' => [
  22. 'days' => '1',
  23. 'edit_days' => '1',
  24. 'edit_event_days' => '1',
  25. 'edit_log_days' => '1',
  26. 'edit_size' => '1',
  27. 'event_days' => '1',
  28. 'factorAuth' => '0',
  29. 'log_days' => '1',
  30. 'max_camera' => '1',
  31. 'permissions' => 'all',
  32. 'size' => '',
  33. 'use_admin' => '1',
  34. 'use_aws_s3' => '1',
  35. 'use_discordbot' => '1',
  36. 'use_ldap' => '1',
  37. 'use_webdav' => '1',
  38. ],
  39. 'f' => 'add_account',
  40. 'ke' => 'BtqIeYE8ru',
  41. 'mail' => 'home222@teste.com',
  42. 'msg' => 'Account Created',
  43. 'uid' => 'da553327wj',
  44. ],
  45. 'data' => [
  46. 'mail' => 'home222@teste.com',
  47. 'pass' => '',
  48. 'password_again' => '',
  49. 'details' => json_encode([
  50. 'factorAuth' => '0',
  51. 'size' => '1',
  52. 'days' => '2',
  53. 'event_days' => '3',
  54. 'log_days' => '4',
  55. 'max_camera' => '10',
  56. 'permissions' => 'all',
  57. 'edit_size' => '1',
  58. 'edit_days' => '1',
  59. 'edit_event_days' => '1',
  60. 'edit_log_days' => '1',
  61. 'use_admin' => '1',
  62. 'use_aws_s3' => '1',
  63. 'use_webdav' => '1',
  64. 'use_discordbot' => '1',
  65. 'use_ldap' => '1',
  66. ])
  67. ]
  68. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement