diff options
author | Simon Rettberg | 2021-03-22 13:14:59 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-22 13:14:59 +0100 |
commit | 5996eb522ea5b3abd5fe5b60b8666f0cec49e711 (patch) | |
tree | 08fb4cad82e99aa10c37c49154c40f31e36ead96 /index.php | |
parent | [rebootcontrol] Show '-' for "subnet 2 subnet"-count if disabled (diff) | |
download | slx-admin-5996eb522ea5b3abd5fe5b60b8666f0cec49e711.tar.gz slx-admin-5996eb522ea5b3abd5fe5b60b8666f0cec49e711.tar.xz slx-admin-5996eb522ea5b3abd5fe5b60b8666f0cec49e711.zip |
index.php: Minor formatting changes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -229,7 +229,8 @@ if (CONFIG_DEBUG) { Render::addTemplate('footer', array('text' => round($duration, 3) . 's, ' . Database::getQueryCount() . ' queries, ' - . round(Database::getQueryTime(), 3) . 's query time total'), 'main'); + . round(Database::getQueryTime(), 3) . 's query time total' + ), 'main'); } // Send page to client. |