[Pkg-owncloud-commits] [owncloud] 73/258: Set overwritewebroot when installing owncloud to avoid problems
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit a23396452fe829bbfdd7c0707261839f135b2837
Author: Joas Schilling <nickvergessen at gmx.de>
Date: Mon Sep 8 14:22:43 2014 +0200
Set overwritewebroot when installing owncloud to avoid problems
Backport of 249558966e6a144cf0fb873a3fac5a3664cfdd9d to stable7
---
lib/private/setup.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/setup.php b/lib/private/setup.php
index fdf98ab..4c9fb66 100644
--- a/lib/private/setup.php
+++ b/lib/private/setup.php
@@ -73,6 +73,7 @@ class OC_Setup {
//write the config file
OC_Config::setValue('trusted_domains', $trustedDomains);
OC_Config::setValue('datadirectory', $datadir);
+ OC_Config::setValue('overwritewebroot', OC::$WEBROOT);
OC_Config::setValue('dbtype', $dbtype);
OC_Config::setValue('version', implode('.', OC_Util::getVersion()));
try {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list