aboutsummaryrefslogtreecommitdiffstats
path: root/core/application.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/application.php')
-rw-r--r--core/application.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/application.php b/core/application.php
index 3b1eba7..7e4f731 100644
--- a/core/application.php
+++ b/core/application.php
@@ -72,6 +72,9 @@ $configuration = [
'PAGE.DESCRIPTION_SIZE' => 200,
'POST.DESCRIPTION_SIZE' => 200,
'USER.DESCRIPTION_SIZE' => 200,
+ 'PAGE.SINGLE_REDIRECT' => FALSE,
+ 'POST.SINGLE_REDIRECT' => FALSE,
+ 'USER.SINGLE_REDIRECT' => FALSE,
'PAGE.LIST_SORT' => 'time_insert DESC',
'POST.LIST_SORT' => 'time_insert DESC',
'USER.LIST_SORT' => 'time_insert DESC',