fix webfinger install script

This commit is contained in:
Michiel@unhosted 2011-10-09 17:24:18 +02:00
parent 6e62911a4e
commit e2468c4343

View file

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