diff options
| author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-12-09 18:31:01 +0200 |
|---|---|---|
| committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-12-09 18:31:01 +0200 |
| commit | 3e2610ea83c60805d5e727df6509da6c49fd6c7b (patch) | |
| tree | 28638f7a1cd2e298587f4b3960caf409f7d2d2fa /modules/gallery/views/admin_block_platform.html.php | |
| parent | 6aabab4b715ff8ac00cc667e9d0a40c9868410d8 (diff) | |
| parent | c3ef8921260db8e39b6d2a7b4708e3d19f35f8b5 (diff) | |
Merge remote branch 'gallery3/master'
Diffstat (limited to 'modules/gallery/views/admin_block_platform.html.php')
| -rw-r--r-- | modules/gallery/views/admin_block_platform.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_block_platform.html.php b/modules/gallery/views/admin_block_platform.html.php index 379ab0aa..9a594fa5 100644 --- a/modules/gallery/views/admin_block_platform.html.php +++ b/modules/gallery/views/admin_block_platform.html.php @@ -16,7 +16,7 @@ <?= 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)) ?> + <?= t("Server load: %load_average", array("load_average" => join(" ", sys_getloadavg()))) ?> </li> <li> <?= t("Graphics toolkit: %toolkit", array("toolkit" => module::get_var("gallery", "graphics_toolkit"))) ?> |
