The jappixmini addon #48

Merged
Leberwurscht merged 42 commits from master into master 2012-04-20 08:48:13 +02:00
Showing only changes of commit 61eb1f0d18 - Show all commits

View file

@ -80,7 +80,11 @@ if (!$info_text) set_config("jappixmini", "infotext",
);
$bosh_proxy = get_config("jappixmini", "bosh_proxy");
if ($bosh_proxy==="") set_config("jappixmini", "bosh_proxy", 1);
if ($bosh_proxy==="") set_config("jappixmini", "bosh_proxy", "1");
// set addon version so that safe updates are possible later
$addon_version = get_config("jappixmini", "version");
if ($addon_version==="") set_config("jappixmini", "version", "1");
}