2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
2014-12-26 04:27:54 +01:00
|
|
|
|
2012-06-04 16:58:40 +02:00
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "SIP Status";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['uuid'] = "caca8695-9ca7-b058-56e7-4ea94ea1c0e8";
|
|
|
|
|
$apps[$x]['category'] = "Switch";;
|
|
|
|
|
$apps[$x]['subcategory'] = "";
|
|
|
|
|
$apps[$x]['version'] = "";
|
|
|
|
|
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
|
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
|
|
|
$apps[$x]['description']['en-us'] = "Displays system information such as RAM, CPU and Hard Drive information.";
|
2014-02-13 21:15:59 +01:00
|
|
|
$apps[$x]['description']['es-cl'] = "Muestra información del sistema como RAM, CPU y Disco Duro";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['description']['es-mx'] = "";
|
|
|
|
|
$apps[$x]['description']['de-de'] = "";
|
|
|
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['de-at'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-fr'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['pt-pt'] = "Exibe informações do sistema, como memória RAM, CPU e informações do disco rígido.";
|
|
|
|
|
$apps[$x]['description']['pt-br'] = "";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//permission details
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][0]['name'] = "system_status_sofia_status";
|
2013-10-18 00:06:53 +02:00
|
|
|
$apps[$x]['permissions'][0]['menu']['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][1]['name'] = "system_status_sofia_status_profile";
|
2013-10-18 00:06:53 +02:00
|
|
|
$apps[$x]['permissions'][1]['menu']['uuid'] = "b7aea9f7-d3cf-711f-828e-46e56e2e5328";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['permissions'][2]['name'] = "sip_status_switch_status";
|
|
|
|
|
$apps[$x]['permissions'][2]['groups'][] = "superadmin";
|
2014-12-26 04:27:54 +01:00
|
|
|
|
2013-10-18 00:06:53 +02:00
|
|
|
?>
|