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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichiel@unhosted <michiel@unhosted.org>2011-10-09 19:24:18 +0400
committerMichiel@unhosted <michiel@unhosted.org>2011-10-09 19:24:18 +0400
commit102b1777c95083d54fd0fc3e85acc465a4c14c3b (patch)
tree402fac9186187df07a2235894088a8025c79257e /user_webfinger
parentb89874f9d32dcea1f506037c2555cdf66771c79f (diff)
fix webfinger install script
Diffstat (limited to 'user_webfinger')
-rw-r--r--user_webfinger/appinfo/install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_webfinger/appinfo/install.php b/user_webfinger/appinfo/install.php
index d23ba5353..079043cd1 100644
--- a/user_webfinger/appinfo/install.php
+++ b/user_webfinger/appinfo/install.php
@@ -1,5 +1,6 @@
<?php
-$thisAppDir = __DIR__;
+$appInfoDir = __DIR__;
+$thisAppDir = dirname($appInfoDir);
$appsDir = dirname($thisAppDir);
$ownCloudDir = dirname($appsDir);
symlink($thisAppDir, $ownCloudDir.'/.well-known');