Browse Source

Updated link to check.php

Tobias Reich 11 years ago
parent
commit
bc9189433c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/contextMenu.js

+ 1 - 1
assets/js/contextMenu.js

@@ -87,7 +87,7 @@ contextMenu = {
 			function() { settings.setSorting() },
 			function() { settings.setDropboxKey() },
 			function() { window.open(lychee.website, "_newtab"); },
-			function() { window.open("plugins/check.php", "_newtab"); },
+			function() { window.open("plugins/check/", "_newtab"); },
 			function() { lychee.logout() }
 		];