config.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. /*
  3. * FusionPBX
  4. * Version: MPL 1.1
  5. *
  6. * The contents of this file are subject to the Mozilla Public License Version
  7. * 1.1 (the "License"); you may not use this file except in compliance with
  8. * the License. You may obtain a copy of the License at
  9. * http://www.mozilla.org/MPL/
  10. *
  11. * Software distributed under the License is distributed on an "AS IS" basis,
  12. * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13. * for the specific language governing rights and limitations under the
  14. * License.
  15. *
  16. * The Original Code is FusionPBX
  17. *
  18. * The Initial Developer of the Original Code is
  19. * Mark J Crane <[email protected]>
  20. * Portions created by the Initial Developer are Copyright (C) 2008-2024
  21. * the Initial Developer. All Rights Reserved.
  22. *
  23. * Contributor(s):
  24. * Mark J Crane <[email protected]>
  25. * Tim Fry <[email protected]>
  26. */
  27. $array['dashboard'][$x]['dashboard_uuid'] = '7ce1d732-06b4-4834-ac8f-c18d8fab81e0';
  28. $array['dashboard'][$x]['dashboard_name'] = 'Maintenance';
  29. $array['dashboard'][$x]['dashboard_path'] = 'app/maintenance/resources/dashboard/maintenance.php';
  30. $array['dashboard'][$x]['dashboard_icon'] = '';
  31. $array['dashboard'][$x]['dashboard_url'] = '';
  32. $array['dashboard'][$x]['dashboard_target'] = 'self';
  33. $array['dashboard'][$x]['dashboard_width'] = '';
  34. $array['dashboard'][$x]['dashboard_height'] = '';
  35. $array['dashboard'][$x]['dashboard_content'] = '';
  36. $array['dashboard'][$x]['dashboard_content_text_align'] = '';
  37. $array['dashboard'][$x]['dashboard_content_details'] = '';
  38. $array['dashboard'][$x]['dashboard_chart_type'] = '';
  39. $array['dashboard'][$x]['dashboard_label_enabled'] = 'true';
  40. $array['dashboard'][$x]['dashboard_label_text_color'] = '';
  41. $array['dashboard'][$x]['dashboard_label_text_color_hover'] = '';
  42. $array['dashboard'][$x]['dashboard_label_background_color'] = '';
  43. $array['dashboard'][$x]['dashboard_label_background_color_hover'] = '';
  44. $array['dashboard'][$x]['dashboard_number_background_color'] = '';
  45. $array['dashboard'][$x]['dashboard_number_text_color'] = '';
  46. $array['dashboard'][$x]['dashboard_number_text_color_hover'] = '';
  47. $array['dashboard'][$x]['dashboard_background_color'] ='';
  48. $array['dashboard'][$x]['dashboard_background_color_hover'] = '';
  49. $array['dashboard'][$x]['dashboard_detail_background_color'] = '';
  50. $array['dashboard'][$x]['dashboard_column_span'] = '1';
  51. $array['dashboard'][$x]['dashboard_row_span'] = '2';
  52. $array['dashboard'][$x]['dashboard_details_state'] = 'hidden';
  53. $array['dashboard'][$x]['dashboard_order'] = '190';
  54. $array['dashboard'][$x]['dashboard_enabled'] = 'true';
  55. $array['dashboard'][$x]['dashboard_description'] = 'System maintenance';
  56. $y = 0;
  57. $array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_group_uuid'] = '6fb4d5c8-c95d-400f-b96c-edc044571a92';
  58. $array['dashboard'][$x]['dashboard_groups'][$y]['dashboard_uuid'] = '7ce1d732-06b4-4834-ac8f-c18d8fab81e0';
  59. $array['dashboard'][$x]['dashboard_groups'][$y]['group_name'] = 'superadmin';