Correct comments
parent
fafc0448bd
commit
9100ae2412
|
@ -172,7 +172,8 @@ function psm_add_log($server_id, $type, $message, $user_id = null) {
|
|||
* This function adds the result of a check to the uptime table for logging purposes.
|
||||
*
|
||||
* @param int $server_id
|
||||
* @param string $message
|
||||
* @param int $status
|
||||
* @param string $latency
|
||||
*/
|
||||
function psm_log_uptime($server_id, $status, $latency) {
|
||||
global $db;
|
||||
|
|
Loading…
Reference in New Issue