diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_webfinger/appinfo/install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webfinger/appinfo/install.php b/apps/user_webfinger/appinfo/install.php index d23ba535394..079043cd102 100644 --- a/apps/user_webfinger/appinfo/install.php +++ b/apps/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'); |