Elgg  Version 2.3
web_server.php
Go to the documentation of this file.
1 <?php
6 ?>
7 <table class="elgg-table-alt">
8  <tr class="odd">
9  <td><b><?php echo elgg_echo('admin:server:label:server'); ?> :</b></td>
10  <td><?php echo $_SERVER['SERVER_SOFTWARE']; ?></td>
11  </tr>
12  <tr class="even">
13  <td><b><?php echo elgg_echo('admin:server:label:log_location'); ?> :</b></td>
14  <td><?php echo getenv('APACHE_LOG_DIR'); ?></td>
15  </tr>
16 </table>
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
table
Definition: admin.css.php:59
elgg echo
Translates a string.
Definition: languages.js:48
elgg table alt tr
Definition: admin.css.php:424
td
Definition: admin.css.php:63
b
Definition: admin.css.php:56