From 3065be1b71e4c40428cfa192de560c970ba7f8b3 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Tue, 04 Oct 2011 23:24:50 +0000 Subject: Merge branch 'timeout' --- (limited to 'backend/php') diff --git a/backend/php/src/index.php b/backend/php/src/index.php index eb3d75a..58c10a9 100644 --- a/backend/php/src/index.php +++ b/backend/php/src/index.php @@ -721,8 +721,11 @@ error_log("message"); } //============================================================= - } else { + } else if (isset($_SESSION['K'])) { $result["error"] = "Wrong shared secret!"; + } else { + $result["result"] = "EXCEPTION"; + $result["message"] = "Trying to communicate without an active connection"; } break; @@ -741,4 +744,4 @@ error_log("default"); echo(json_encode($result)); error_log("result: ".json_encode($result)); -?> \ No newline at end of file +?> -- cgit v0.9.0.2