mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Display loaded php.ini filename in Options > Info tab
This commit is contained in:
parent
39fcc99bc4
commit
5e24c69f5c
@ -113,6 +113,7 @@ class Options extends AbstractController
|
||||
'Version' => phpversion(),
|
||||
'Operating System' => php_uname(),
|
||||
'Server API' => php_sapi_name(),
|
||||
'Loaded php.ini' => php_ini_loaded_file(),
|
||||
'Loaded Extensions' => implode(', ', get_loaded_extensions()),
|
||||
'Stream Wrappers' => implode(', ', stream_get_wrappers()),
|
||||
'Zend Engine Version' => zend_version()
|
||||
|
Loading…
x
Reference in New Issue
Block a user