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

5 lines
147 B
PHP

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