From b779400218c2360a4354cfbecda620c8e24bfb87 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 6 Feb 2014 21:31:42 -0800 Subject: mod/ping - don't perform any database calls if installing --- mod/ping.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/ping.php') diff --git a/mod/ping.php b/mod/ping.php index 4b07fee7a..b9d9a9c77 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -43,6 +43,12 @@ function ping_init(&$a) { unset($_SESSION['sysmsg_info']); } + if($a->install) { + echo json_encode($result); + killme(); + } + + if(get_observer_hash() && (! $result['invalid'])) { $r = q("select cp_id, cp_room from chatpresence where cp_xchan = '%s' and cp_client = '%s' and cp_room = 0 limit 1", dbesc(get_observer_hash()), -- cgit v1.2.3