- 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:
Exodus4D
2016-06-22 19:43:43 +02:00
parent 569e9563c3
commit 1ef19439c9
4 changed files with 50 additions and 17 deletions

View File

@@ -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')
]
];