//==================== Communication parameters =================
/** Transmitting protocol */
public static String COM_Protocol = "http://";
/** Secure transmitting protocol. If your server supports SSL then this should be https:// */
public static String COM_Protocol_S = "http://";
//public static String COM_Protocol_S = "https://";
/** Server address. It can be a XXX.XXX.XXX.XXX address instead */
/** Server path of application */
public static String phpExec = "/praha";
/** Server path of issue images */
public static String remoteImages = "/praha";
/** Encryption key for transmitting password (16 digits). It should be the same as in your ImproveMyCity joomla component.
* The default value is 1234567890123456 (choose this as a quick start to connect with your server).
* */
public static String EncKey = "1234567890123456"; // This key is for the demo server