diff options
author | Udo Walter | 2018-01-18 17:54:13 +0100 |
---|---|---|
committer | Udo Walter | 2018-01-18 17:54:13 +0100 |
commit | 734c493dc1e416ee188ad121033b7856e8259816 (patch) | |
tree | 6b28d6606a9bd960bf5f9d2b44ec60c46a7c4696 /modules-available/syslog/lang | |
parent | [minilinux] implemented permission-system. you can't see the side without any... (diff) | |
download | slx-admin-734c493dc1e416ee188ad121033b7856e8259816.tar.gz slx-admin-734c493dc1e416ee188ad121033b7856e8259816.tar.xz slx-admin-734c493dc1e416ee188ad121033b7856e8259816.zip |
[statistics] added permissions to view client logs;
removed unused query arguments from Paginate::exec (caused an error if
query arguments that are actually used in the query are passed to Paginate::exec)
Diffstat (limited to 'modules-available/syslog/lang')
-rw-r--r-- | modules-available/syslog/lang/de/permissions.json | 3 | ||||
-rw-r--r-- | modules-available/syslog/lang/en/permissions.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/syslog/lang/de/permissions.json b/modules-available/syslog/lang/de/permissions.json new file mode 100644 index 00000000..0cd05451 --- /dev/null +++ b/modules-available/syslog/lang/de/permissions.json @@ -0,0 +1,3 @@ +{ + "view": "Client Log anschauen." +}
\ No newline at end of file diff --git a/modules-available/syslog/lang/en/permissions.json b/modules-available/syslog/lang/en/permissions.json new file mode 100644 index 00000000..497e199e --- /dev/null +++ b/modules-available/syslog/lang/en/permissions.json @@ -0,0 +1,3 @@ +{ + "view": "View client log." +}
\ No newline at end of file |