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:
authorMorris Jobke <hey@morrisjobke.de>2017-02-04 03:00:01 +0300
committerGitHub <noreply@github.com>2017-02-04 03:00:01 +0300
commita8567c8057a2c7bfb2256938229dd2c3cace87c1 (patch)
tree1bd915ed99437c93831f4c80fbf7cf7257ef7f8a
parent5b95f3037a4ff52bda587c7178b14a061649370c (diff)
parentffafe1fdfb05fd812a850c5708a55364812fe6ce (diff)
Merge pull request #11 from nextcloud/11.0.1
Update to 11.0.1
-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);
}