diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index dc8141552da2b685442fcad7940fee92ba4e0aee..b3dd0647ad63ea5f915ad4511b9bb4b9cb398f5c 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -259,7 +259,7 @@ Setup a *report* to manage all *forms*: 10 { # All forms 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 FROM Form AS f ORDER BY f.name @@ -278,7 +278,7 @@ Installation: Check List * 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/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. * Setup a log rotation rule for `sqlLog`.