Completed
Push — master ( d55b57...69f249 )
by Craig
06:40
created
src/system/SecurityCenterModule/SecurityCenterModuleInstaller.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         $this->setSystemVar('sessionstoretofile', Constant::SESSION_STORAGE_FILE);
56 56
         $this->setSystemVar('sessionsavepath', '');
57 57
         $this->setSystemVar('gc_probability', 100);
58
-        $this->setSystemVar('sessioncsrftokenonetime', 1);  // 1 means use same token for entire session
58
+        $this->setSystemVar('sessioncsrftokenonetime', 1); // 1 means use same token for entire session
59 59
         $this->setSystemVar('sessionrandregenerate', 1);
60 60
         $this->setSystemVar('sessionregenerate', 1);
61 61
         $this->setSystemVar('sessionregeneratefreq', 10);
@@ -77,13 +77,13 @@  discard block
 block discarded – undo
77 77
         $this->setSystemVar('useids', 0);
78 78
         $this->setSystemVar('idsmail', 0);
79 79
         $this->setSystemVar('idsrulepath', 'system/SecurityCenterModule/Resources/config/phpids_zikula_default.xml');
80
-        $this->setSystemVar('idssoftblock', 1);                // do not block requests, but warn for debugging
81
-        $this->setSystemVar('idsfilter', 'xml');               // filter type
82
-        $this->setSystemVar('idsimpactthresholdone', 1);       // db logging
83
-        $this->setSystemVar('idsimpactthresholdtwo', 10);      // mail admin
84
-        $this->setSystemVar('idsimpactthresholdthree', 25);    // block request
85
-        $this->setSystemVar('idsimpactthresholdfour', 75);     // kick user, destroy session
86
-        $this->setSystemVar('idsimpactmode', 1);               // per request per default
80
+        $this->setSystemVar('idssoftblock', 1); // do not block requests, but warn for debugging
81
+        $this->setSystemVar('idsfilter', 'xml'); // filter type
82
+        $this->setSystemVar('idsimpactthresholdone', 1); // db logging
83
+        $this->setSystemVar('idsimpactthresholdtwo', 10); // mail admin
84
+        $this->setSystemVar('idsimpactthresholdthree', 25); // block request
85
+        $this->setSystemVar('idsimpactthresholdfour', 75); // kick user, destroy session
86
+        $this->setSystemVar('idsimpactmode', 1); // per request per default
87 87
         $this->setSystemVar('idshtmlfields', ['POST.__wysiwyg']);
88 88
         $this->setSystemVar('idsjsonfields', ['POST.__jsondata']);
89 89
         $this->setSystemVar('idsexceptions', [
Please login to merge, or discard this patch.