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'] = "SQL Query";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['uuid'] = "a8b8ca29-083d-fb9b-5552-cc272de18ea6";
|
|
|
|
|
$apps[$x]['category'] = "System";
|
|
|
|
|
$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'] = "Run Structur Query Language commands.";
|
2014-02-13 21:15:59 +01:00
|
|
|
$apps[$x]['description']['es-cl'] = "Ejecuta comandos SQL";
|
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'] = "";
|
2014-10-29 09:51:56 +01:00
|
|
|
$apps[$x]['description']['fr-fr'] = "Executer des requêtes SQL";
|
2013-10-01 13:35:07 +02:00
|
|
|
$apps[$x]['description']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-ch'] = "";
|
2014-02-25 23:49:35 +01:00
|
|
|
$apps[$x]['description']['pt-pt'] = "Executar comandos SQL.";
|
2013-10-01 13:35:07 +02:00
|
|
|
$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'] = "sql_query_execute";
|
2013-10-18 00:06:53 +02:00
|
|
|
$apps[$x]['permissions'][0]['menu']['uuid'] = "a894fed7-5a17-f695-c3de-e32ce58b3794";
|
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'] = "sql_query_backup";
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
|
2014-12-26 04:27:54 +01:00
|
|
|
|
|
|
|
|
?>
|