2012-06-04 14:58:40 +00:00
|
|
|
<?php
|
2014-12-26 03:27:54 +00:00
|
|
|
|
2012-06-04 14:58:40 +00:00
|
|
|
//application details
|
|
|
|
|
$apps[$x]['name'] = "SQL Query";
|
2013-10-01 11:35:07 +00: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 20:15:59 +00:00
|
|
|
$apps[$x]['description']['es-cl'] = "Ejecuta comandos SQL";
|
2013-10-01 11:35:07 +00:00
|
|
|
$apps[$x]['description']['es-mx'] = "";
|
|
|
|
|
$apps[$x]['description']['de-de'] = "";
|
|
|
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['de-at'] = "";
|
2014-10-29 08:51:56 +00:00
|
|
|
$apps[$x]['description']['fr-fr'] = "Executer des requêtes SQL";
|
2013-10-01 11:35:07 +00:00
|
|
|
$apps[$x]['description']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['description']['fr-ch'] = "";
|
2014-02-25 22:49:35 +00:00
|
|
|
$apps[$x]['description']['pt-pt'] = "Executar comandos SQL.";
|
2013-10-01 11:35:07 +00:00
|
|
|
$apps[$x]['description']['pt-br'] = "";
|
2012-06-04 14:58:40 +00:00
|
|
|
|
|
|
|
|
//permission details
|
2013-10-01 11:35:07 +00:00
|
|
|
$apps[$x]['permissions'][0]['name'] = "sql_query_execute";
|
2013-10-17 22:06:53 +00:00
|
|
|
$apps[$x]['permissions'][0]['menu']['uuid'] = "a894fed7-5a17-f695-c3de-e32ce58b3794";
|
2013-10-01 11:35:07 +00:00
|
|
|
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
2012-06-04 14:58:40 +00:00
|
|
|
|
2013-10-01 11:35:07 +00:00
|
|
|
$apps[$x]['permissions'][1]['name'] = "sql_query_backup";
|
|
|
|
|
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
|
2014-12-26 03:27:54 +00:00
|
|
|
|
|
|
|
|
?>
|