Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/web-installer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup-nextcloud.php')
-rw-r--r--setup-nextcloud.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-nextcloud.php b/setup-nextcloud.php
index 3b814ee..1ebeac3 100644
--- a/setup-nextcloud.php
+++ b/setup-nextcloud.php
@@ -28,7 +28,7 @@
*/
// Nextcloud version
-define('NC_VERSION', '11.0.0');
+define('NC_VERSION', '11.0.1');
// init
ob_start();
@@ -618,7 +618,7 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu
return true;
}
urlNotExists(
- window.location.href,
+ window.location.href,
function(){
window.location.assign(document.forms["install"]["directory"].value);
}