fix webfinger install script

remotes/origin/stable
Michiel@unhosted 14 years ago
parent 6e62911a4e
commit e2468c4343
  1. 3
      apps/user_webfinger/appinfo/install.php

@ -1,5 +1,6 @@
<?php <?php
$thisAppDir = __DIR__; $appInfoDir = __DIR__;
$thisAppDir = dirname($appInfoDir);
$appsDir = dirname($thisAppDir); $appsDir = dirname($thisAppDir);
$ownCloudDir = dirname($appsDir); $ownCloudDir = dirname($appsDir);
symlink($thisAppDir, $ownCloudDir.'/.well-known'); symlink($thisAppDir, $ownCloudDir.'/.well-known');

Loading…
Cancel
Save