Fixed code indentation

Este commit está contenido en:
Giulio Cesare Solaroli
2011-10-05 00:23:06 +01:00
padre d6f7343c97
commit bf22713a72
Se han modificado 2 ficheros con 9 adiciones y 9 borrados

Ver fichero

@@ -723,9 +723,9 @@ error_log("message");
//=============================================================
} else if (isset($_SESSION['K'])) {
$result["error"] = "Wrong shared secret!";
} else {
$result["result"] = "EXCEPTION";
$result["message"] = "Trying to communicate without an active connection";
} else {
$result["result"] = "EXCEPTION";
$result["message"] = "Trying to communicate without an active connection";
}
break;