Add a couple of comments to make it clearer

This commit is contained in:
Perri 2014-02-26 22:01:47 +00:00
parent 71ab326ddb
commit fafc0448bd
1 changed files with 2 additions and 0 deletions

View File

@ -79,8 +79,10 @@ foreach ($servers as $server) {
);
if(status_new == "on") {
// Status is 1 if online
psm_log_uptime($server['server_id'], 1, $updater->getRtime());
} else {
// Status is 0 if offline
psm_log_uptime($server['server_id'], 0, $updater->getRtime());
}
}