Skip to content
Snippets Groups Projects
Commit e7062816 authored by Sergiu-Lucian Petrica's avatar Sergiu-Lucian Petrica
Browse files

Removed TS example variables and added redirect example in readme

parent 0dcc1d6d
No related branches found
No related tags found
1 merge request!1Feature/multi upload
......@@ -11,7 +11,6 @@ plugin.tx_sgjobs {
}
settings {
# exampleSetting = 0
# cat=plugin.tx_sgjobs/other; type=string; label=Mail address to send submitted applications to
applicationEmail =
# cat=plugin.tx_sgjobs/other; type=string; label=Allowed file extensions for uploads in the controller (comma separated)
......
......@@ -22,7 +22,6 @@ plugin.tx_sgjobs {
}
settings {
# exampleSetting = {$plugin.tx_tx_sgjobs.settings.exampleSetting}
applicationEmail = {$plugin.tx_sgjobs.settings.applicationEmail}
allowedFileExtensions = {$plugin.tx_sgjobs.settings.allowedFileExtensions}
allowedMimeTypes = {$plugin.tx_sgjobs.settings.allowedMimeTypes}
......
......@@ -54,4 +54,8 @@ plugin.tx_sgjobs {
##.htaccess
The folder which contains the applications folder should be blocked from outside
access from the .htaccess file.
\ No newline at end of file
access from the .htaccess file. Example:
```
RedirectMatch 403 ^/fileadmin/ApplicationsFolder/.*$
```
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