Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
594728cf
Commit
594728cf
authored
Feb 20, 2019
by
Carsten Rose
Browse files
Manual.rst: fixed typo
parent
a1a88aec
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
594728cf
...
@@ -259,7 +259,7 @@ Setup a *report* to manage all *forms*:
...
@@ -259,7 +259,7 @@ Setup a *report* to manage all *forms*:
10 {
10 {
# All forms
# All forms
sql = SELECT CONCAT('p:{{pageAlias:T}}
&
form=form
&
r=', f.id) as _pagee
sql = SELECT CONCAT('p:{{pageAlias:T}}
&
form=form
&
r=', f.id) as _pagee
, f.id, f.name, f.title, f.tableName
, f.id, f.name, f.title
AS '_striptags'
, f.tableName
, CONCAT('U:form=form
&
r=', f.id) as _paged
, CONCAT('U:form=form
&
r=', f.id) as _paged
FROM Form AS f
FROM Form AS f
ORDER BY f.name
ORDER BY f.name
...
@@ -278,7 +278,7 @@ Installation: Check List
...
@@ -278,7 +278,7 @@ Installation: Check List
* Protect the directory `
<T3
installation
>
/fileadmin/protected` in Apache against direct file access.
* Protect the directory `
<T3
installation
>
/fileadmin/protected` in Apache against direct file access.
* `
<T3
installation
>
/fileadmin/protected/` should be used for confidential (uploaded / generated) data.
* `
<T3
installation
>
/fileadmin/protected/` should be used for confidential (uploaded / generated) data.
* `
<T3
installation
>
/fileadmin/protected/log/...` is the default place for QFQ logfiles.
* `
<T3
installation
>
/fileadmin/protected/log/...` is the default place for QFQ log
files.
* Protect the directory `
<T3
installation
>
/fileadmin` in Apache to not execute PHP Scripts - malicious uploads won't be executed.
* Protect the directory `
<T3
installation
>
/fileadmin` in Apache to not execute PHP Scripts - malicious uploads won't be executed.
* Setup a log rotation rule for `sqlLog`.
* Setup a log rotation rule for `sqlLog`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment