diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-02 09:13:37 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-02 09:13:37 -0500 |
commit | a5d89ccf653748c471a3c62c46a02db3be4e23dc (patch) | |
tree | 5f321ae68793d7554e5077b0131568c4c7a5b04d /views/default/admin/statistics/server.php | |
parent | 25d11f6cdcc200ae00332197c9bd86858e3620b8 (diff) | |
download | elgg-a5d89ccf653748c471a3c62c46a02db3be4e23dc.tar.gz elgg-a5d89ccf653748c471a3c62c46a02db3be4e23dc.tar.bz2 |
Fixes #4164 adds a server statistics page to admin area
Diffstat (limited to 'views/default/admin/statistics/server.php')
-rw-r--r-- | views/default/admin/statistics/server.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/default/admin/statistics/server.php b/views/default/admin/statistics/server.php new file mode 100644 index 000000000..9d21addc1 --- /dev/null +++ b/views/default/admin/statistics/server.php @@ -0,0 +1,8 @@ +<?php +/** + * Server information + */ + +echo elgg_view_module('inline', elgg_echo('admin:server:label:web_server'), elgg_view('admin/statistics/server/web_server')); + +echo elgg_view_module('inline', elgg_echo('admin:server:label:php'), elgg_view('admin/statistics/server/php')); |