server/apps/user_webfinger/appinfo/install.php
2011-10-09 17:24:18 +02:00

6 lines
183 B
PHP

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