Browse Source

Version push

Tobias Reich 11 years ago
parent
commit
fda195f6fd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      assets/js/modules/lychee.js
  2. 1 1
      assets/js/modules/settings.js

+ 1 - 1
assets/js/modules/lychee.js

@@ -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",

+ 1 - 1
assets/js/modules/settings.js

@@ -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;
 
 							}