- added "document_root", "port", "protocol" and "PHP framework version" to /setup page
- added new "shattered" wormhole types to "signature table", closed #182, #179
This commit is contained in:
@@ -250,6 +250,18 @@ class Setup extends Controller {
|
||||
'machine' => [
|
||||
'label' => 'Machine type',
|
||||
'value' => php_uname('m')
|
||||
],
|
||||
'root' => [
|
||||
'label' => 'Document root',
|
||||
'value' => $f3->get('ROOT')
|
||||
],
|
||||
'port' => [
|
||||
'label' => 'Port',
|
||||
'value' => $f3->get('PORT')
|
||||
],
|
||||
'protocol' => [
|
||||
'label' => 'Protocol',
|
||||
'value' => $f3->get('SCHEME')
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user