nextcloud/apps/user_webfinger/appinfo/install.php

7 lines
183 B
PHP
Raw Normal View History

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