|
@@ -1,26 +1,34 @@
|
|
<?php
|
|
<?php
|
|
|
|
|
|
- //application details
|
|
|
|
|
|
+//application details
|
|
$apps[$x]['name'] = "Exec";
|
|
$apps[$x]['name'] = "Exec";
|
|
$apps[$x]['uuid'] = "1dd98ca6-95f1-e728-7e8f-137fe18dc23c";
|
|
$apps[$x]['uuid'] = "1dd98ca6-95f1-e728-7e8f-137fe18dc23c";
|
|
$apps[$x]['category'] = "System";
|
|
$apps[$x]['category'] = "System";
|
|
$apps[$x]['subcategory'] = "";
|
|
$apps[$x]['subcategory'] = "";
|
|
- $apps[$x]['version'] = "";
|
|
|
|
|
|
+ $apps[$x]['version'] = "1.0";
|
|
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
$apps[$x]['description']['en-us'] = "Provides a conventient way to execute system, PHP, switch and SQL commands.";
|
|
$apps[$x]['description']['en-us'] = "Provides a conventient way to execute system, PHP, switch and SQL commands.";
|
|
|
|
+ $apps[$x]['description']['ar-eg'] = "";
|
|
|
|
+ $apps[$x]['description']['de-at'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
|
|
|
|
+ $apps[$x]['description']['de-ch'] = "";
|
|
|
|
+ $apps[$x]['description']['de-de'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
|
|
$apps[$x]['description']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
|
|
$apps[$x]['description']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
|
|
$apps[$x]['description']['es-mx'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
|
|
$apps[$x]['description']['es-mx'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
|
|
- $apps[$x]['description']['de-de'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
|
|
|
|
- $apps[$x]['description']['de-ch'] = "";
|
|
|
|
- $apps[$x]['description']['de-at'] = "Bietet eine praktische Möglichkeit system, PHP, Switch und SQL Befehle aus zu führen.";
|
|
|
|
- $apps[$x]['description']['fr-fr'] = "Offre un mode pour exécuter des commandes système, PHP ou switch.";
|
|
|
|
$apps[$x]['description']['fr-ca'] = "Il offre un mode d'exécuter des commandes du système, PHP ou switch.";
|
|
$apps[$x]['description']['fr-ca'] = "Il offre un mode d'exécuter des commandes du système, PHP ou switch.";
|
|
- $apps[$x]['description']['fr-ch'] = "";
|
|
|
|
- $apps[$x]['description']['pt-pt'] = "Ofereçe uma forma conveniente para executar comandos de sistema, PHP e switch.";
|
|
|
|
|
|
+ $apps[$x]['description']['fr-fr'] = "Offre un mode pour exécuter des commandes système, PHP ou switch.";
|
|
|
|
+ $apps[$x]['description']['he-il'] = "";
|
|
|
|
+ $apps[$x]['description']['it-it'] = "";
|
|
|
|
+ $apps[$x]['description']['nl-nl'] = "";
|
|
|
|
+ $apps[$x]['description']['pl-pl'] = "";
|
|
$apps[$x]['description']['pt-br'] = "";
|
|
$apps[$x]['description']['pt-br'] = "";
|
|
|
|
+ $apps[$x]['description']['pt-pt'] = "Ofereçe uma forma conveniente para executar comandos de sistema, PHP e switch.";
|
|
|
|
+ $apps[$x]['description']['ro-ro'] = "";
|
|
|
|
+ $apps[$x]['description']['ru-ru'] = "";
|
|
|
|
+ $apps[$x]['description']['sv-se'] = "";
|
|
|
|
+ $apps[$x]['description']['uk-ua'] = "";
|
|
|
|
|
|
- //permission details
|
|
|
|
|
|
+//permission details
|
|
$y=0;
|
|
$y=0;
|
|
$apps[$x]['permissions'][$y]['name'] = "exec_view";
|
|
$apps[$x]['permissions'][$y]['name'] = "exec_view";
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
|
|
@@ -41,4 +49,4 @@
|
|
$apps[$x]['permissions'][$y]['name'] = "exec_sql_backup";
|
|
$apps[$x]['permissions'][$y]['name'] = "exec_sql_backup";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
|
-?>
|
|
|
|
|
|
+?>
|