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