mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 22:42:14 +09:00
Add PHP SAPI to server info display
This commit is contained in:
parent
10049e9471
commit
d417cee611
1 changed files with 1 additions and 0 deletions
|
|
@ -739,6 +739,7 @@ class adminAdminView extends admin
|
|||
$info['php'] = sprintf('%s (%d-bit)', phpversion(), PHP_INT_SIZE * 8);
|
||||
$info['server'] = $_SERVER['SERVER_SOFTWARE'];
|
||||
$info['os'] = sprintf('%s %s', php_uname('s'), php_uname('r'));
|
||||
$info['sapi'] = php_sapi_name();
|
||||
$info['baseurl'] = Context::getRequestUri();
|
||||
$info['basedir'] = RX_BASEDIR;
|
||||
$info['owner'] = sprintf('%s (%d:%d)', get_current_user(), getmyuid(), getmygid());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue