Skip to content
Snippets Groups Projects
Commit a0a37a1a authored by enured's avatar enured
Browse files

F11980: WIP. refs #11980

parent 7c5f05cb
No related branches found
No related tags found
3 merge requests!526New version 23.1.1,!521F11980: check protected folder for access from outside after new qfq...,!506F11980: check protected folder for access from outside after new qfq...
Pipeline #8556 passed
...@@ -13,6 +13,13 @@ form={{form:SE}} ...@@ -13,6 +13,13 @@ form={{form:SE}}
dbIndex={{indexQfq:Y}} dbIndex={{indexQfq:Y}}
10 { 10 {
sql = SELECT '<div>Directory fileadmin/protected is accessible from outside! Please make the directory not accessible from outside.</div>'
FROM (SELECT '') AS fake
WHERE '{{protectedFolderAccess:Y0}}' = 1
tail = <br>
}
20 {
# List of Forms: Do not show this list of forms if there is a form given by SIP. # List of Forms: Do not show this list of forms if there is a form given by SIP.
# Table header. # Table header.
sql = SELECT '<th data-sorter="false" class="filter-false">' sql = SELECT '<th data-sorter="false" class="filter-false">'
...@@ -32,7 +39,7 @@ dbIndex={{indexQfq:Y}} ...@@ -32,7 +39,7 @@ dbIndex={{indexQfq:Y}}
rend = </tr></thead><tbody> rend = </tr></thead><tbody>
tail = </tbody></table> tail = </tbody></table>
20 { 30 {
# All forms # All forms
sql = SELECT '<td>' sql = SELECT '<td>'
, CONCAT('p:{{pageSlug:T}}&form=form&r=', f.id) as _pagee , CONCAT('p:{{pageSlug:T}}&form=form&r=', f.id) as _pagee
...@@ -60,7 +67,7 @@ dbIndex={{indexQfq:Y}} ...@@ -60,7 +67,7 @@ dbIndex={{indexQfq:Y}}
} }
} }
30 { 40 {
# History of a Form {{formIdHistory:S0}} # History of a Form {{formIdHistory:S0}}
sql = SELECT f.name sql = SELECT f.name
, fsl.feUser , fsl.feUser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment