server/apps/user_webfinger/appinfo/install.php

7 lines
184 B
PHP
Raw Normal View History

2011-10-09 15:12:16 +00:00
<?php
2011-10-09 15:24:18 +00:00
$appInfoDir = __DIR__;
$thisAppDir = dirname($appInfoDir);
2011-10-09 15:12:16 +00:00
$appsDir = dirname($thisAppDir);
$ownCloudDir = dirname($appsDir);
@symlink($thisAppDir, $ownCloudDir.'/.well-known');