N°2324 Remove legacy portal security check

This commit is contained in:
Molkobain
2019-07-16 11:27:12 +02:00
parent 83ba909c08
commit 0a9b376684
4 changed files with 55 additions and 74 deletions

View File

@@ -94,10 +94,6 @@ $MySettings = array(
'default_language' => 'EN US',
// disable_attachments_download_legacy_portal: Disable attachments download from legacy portal
// default: true
'disable_attachments_download_legacy_portal' => true,
// draft_attachments_lifetime: Lifetime (in seconds) of drafts' attachments and inline images: after this duration, the garbage collector will delete them.
// default: 3600
'draft_attachments_lifetime' => 3600,