nextcloud-server/apps/user_webfinger/appinfo/install.php

6 lines
147 B
PHP

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