mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -183,7 +183,7 @@ class InstallController extends Controller
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
private function hasForbiddenFunctions(): bool
|
||||
protected function hasForbiddenFunctions(): bool // validate system config
|
||||
{
|
||||
$list = ['proc_close'];
|
||||
$forbidden = explode(',', ini_get('disable_functions'));
|
||||
|
Reference in New Issue
Block a user