Completed
Pull Request — master (#3991)
by Craig
05:40
created
src/system/SecurityCenterModule/SecurityCenterModuleInstaller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $this->setSystemVar('sessionauthkeyua', 0);
52 52
         $this->setSystemVar('secure_domain');
53 53
         $this->setSystemVar('signcookies', 1);
54
-        $this->setSystemVar('signingkey', sha1((string) (random_int(0, time()))));
54
+        $this->setSystemVar('signingkey', sha1((string)(random_int(0, time()))));
55 55
         $this->setSystemVar('seclevel', 'Medium');
56 56
         $this->setSystemVar('secmeddays', 7);
57 57
         $this->setSystemVar('secinactivemins', 20);
Please login to merge, or discard this patch.