nextcloud/apps/user_webfinger/appinfo/install.php

6 lines
147 B
PHP
Raw Normal View History

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