add toggle to disable regs
This commit is contained in:
@@ -229,4 +229,6 @@ return [
|
||||
'_SERVER' => array_keys($_SERVER),
|
||||
'_ENV' => array_keys($_ENV),
|
||||
],
|
||||
|
||||
'allow_regs' => env('ALLOW_REGS', true),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user