var EK_Config = (function() {
	var cfg = {};
	
	//lightweight command proxy (no webEdition)
	cfg["commandProxy"] = "/proxy/action.php";
	
	return cfg;
})();

