mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
6 lines
184 B
PHP
6 lines
184 B
PHP
<?php
|
|
$appInfoDir = __DIR__;
|
|
$thisAppDir = dirname($appInfoDir);
|
|
$appsDir = dirname($thisAppDir);
|
|
$ownCloudDir = dirname($appsDir);
|
|
@symlink($thisAppDir, $ownCloudDir.'/.well-known');
|