Version push

This commit is contained in:
Tobias Reich 2014-02-09 22:39:12 +01:00
parent 62e2f98e02
commit fda195f6fd
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
var lychee = {
version: "2.1",
version: "2.1 b1",
api_path: "php/api.php",
update_path: "http://lychee.electerious.com/version/index.php",

View File

@ -53,7 +53,7 @@ var settings = {
["Retry", function() { setTimeout(settings.createConfig, 400) }],
["", function() {}]
];
modal.show("Saving Failed", "Unable to save this configuration. Permission denied in <b>'php/'</b>. Please set the read, write and execute rights for others in <b>'php/'</b> and <b>'uploads/'</b>. Take a look the readme for more information.", buttons, null, false);
modal.show("Saving Failed", "Unable to save this configuration. Permission denied in <b>'data/'</b>. Please set the read, write and execute rights for others in <b>'data/'</b> and <b>'uploads/'</b>. Take a look the readme for more information.", buttons, null, false);
return false;
}