aboutsummaryrefslogtreecommitdiff
path: root/views/default/admin/statistics/server.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-02 09:13:37 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-02 09:13:37 -0500
commita5d89ccf653748c471a3c62c46a02db3be4e23dc (patch)
tree5f321ae68793d7554e5077b0131568c4c7a5b04d /views/default/admin/statistics/server.php
parent25d11f6cdcc200ae00332197c9bd86858e3620b8 (diff)
downloadelgg-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.php8
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'));