Rename exec to sql query

This commit is contained in:
markjcrane
2019-12-07 07:00:30 +00:00
parent e51097689a
commit 75dc744d98
19 changed files with 6 additions and 15 deletions

View File

@@ -1,14 +1,14 @@
<?php
//application details
$apps[$x]['name'] = "Exec";
$apps[$x]['name'] = "SQL";
$apps[$x]['uuid'] = "1dd98ca6-95f1-e728-7e8f-137fe18dc23c";
$apps[$x]['category'] = "System";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$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 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'] = "";
@@ -30,20 +30,11 @@
//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = "exec_view";
$apps[$x]['permissions'][$y]['name'] = "sql_query_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "exec_command";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "exec_php";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "exec_switch";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "exec_sql";
$apps[$x]['permissions'][$y]['name'] = "sql_query_command";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
//$apps[$x]['permissions'][$y]['name'] = "exec_sql_backup";

View File

@@ -1,7 +1,7 @@
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Command";
$apps[$x]['menu'][$y]['title']['en-us'] = "SQL Query";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Befehle";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
@@ -23,7 +23,7 @@
$apps[$x]['menu'][$y]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/exec/exec.php";
$apps[$x]['menu'][$y]['path'] = "/app/sql_query/sql_query.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>

View File

Before

Width:  |  Height:  |  Size: 49 B

After

Width:  |  Height:  |  Size: 49 B

View File

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B

View File

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 726 B

View File

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 417 B

View File

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 324 B

View File

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 821 B

View File

Before

Width:  |  Height:  |  Size: 521 B

After

Width:  |  Height:  |  Size: 521 B

View File

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 504 B