summaryrefslogtreecommitdiff
path: root/core/views/admin_block_platform.html.php
blob: 958097a18742ea014076de668ead924db33d6e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul>
  <li>
    <? printf(_("Operating System: %s"), PHP_OS) ?>
  </li>
  <li>
    <? printf(_("Apache: %s"), function_exists("apache_get_version") ? apache_get_version() : _("Unknown")) ?>
  </li>
  <li>
    <? printf(_("PHP: %s"), phpversion()) ?>
  </li>
  <li>
    <? printf(_("MySQL: %s"), mysql_get_server_info()) ?>
  </li>
</ul>