Browse Source

Cleanup DB connection.

Joe Clarke 1 year ago
parent
commit
dd37e9280d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      www/status_api.php

+ 1 - 0
www/status_api.php

@@ -104,5 +104,6 @@ while ($row = $res->fetch()) {
 }
 
 echo json_encode($infra);
+cleanup();
 
 ?>