summaryrefslogtreecommitdiff
path: root/core/views/admin_block_platform.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_block_platform.html.php')
-rw-r--r--core/views/admin_block_platform.html.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/core/views/admin_block_platform.html.php b/core/views/admin_block_platform.html.php
deleted file mode 100644
index 6b79f047..00000000
--- a/core/views/admin_block_platform.html.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<ul>
- <li>
- <?= t("Operating System: %operating_system", array("operating_system" => PHP_OS)) ?>
- </li>
- <li>
- <?= t("Apache: %apache_version", array("apache_version" => function_exists("apache_get_version") ? apache_get_version() : t("Unknown"))) ?>
- </li>
- <li>
- <?= t("PHP: %php_version", array("php_version" => phpversion())) ?>
- </li>
- <li>
- <?= t("MySQL: %mysql_version", array("mysql_version" => Database::instance()->query("SELECT version() as v")->current()->v)) ?>
- </li>
- <li>
- <?= t("Server load: %load_average", array("load_average" => $load_average)) ?>
- </li>
-</ul>