aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/config/config.inc.php
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2016-02-05 14:13:19 +0100
committersteckbrief <steckbrief@chefmail.de>2016-02-05 14:13:19 +0100
commit7f77bd308784a55193a3d18bacf079df5494511c (patch)
tree14ac9fe29a989ecd7c539935aedcf827ddf54c9f /storage-backend/config/config.inc.php
parentc6da13b6320e3bb20f57a24ccb336de2684dd658 (diff)
php end tags added, rawurlencode optimized
Diffstat (limited to 'storage-backend/config/config.inc.php')
-rw-r--r--storage-backend/config/config.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage-backend/config/config.inc.php b/storage-backend/config/config.inc.php
index dd05a15..bfc2c9a 100644
--- a/storage-backend/config/config.inc.php
+++ b/storage-backend/config/config.inc.php
@@ -11,3 +11,4 @@ return [
// Array of characters which are not allowed in filenames
'invalid_characters_in_filename' => ['/'],
];
+?> \ No newline at end of file