add toggle to disable regs

This commit is contained in:
2018-07-29 21:24:53 +02:00
parent 886c65b28e
commit 8047a0487f
8 changed files with 103 additions and 55 deletions
+2
View File
@@ -229,4 +229,6 @@ return [
'_SERVER' => array_keys($_SERVER),
'_ENV' => array_keys($_ENV),
],
'allow_regs' => env('ALLOW_REGS', true),
];