kopia lustrzana https://github.com/nextcloud/social
rodzic
994126d110
commit
7c921c40f6
|
@ -171,9 +171,7 @@ class Reset extends Base {
|
|||
*
|
||||
*/
|
||||
private function uninstallWellKnown() {
|
||||
echo $this->configService->getCoreValue('public_webfinger');
|
||||
if ($this->configService->getCoreValue('public_webfinger') === 'social/lib/webfinger.php') {
|
||||
echo '##@$#@$';
|
||||
$this->configService->unsetCoreValue('public_webfinger');
|
||||
}
|
||||
if ($this->configService->getCoreValue('public_host-meta') === 'social/lib/hostmeta.php') {
|
||||
|
|
|
@ -27,6 +27,7 @@ declare(strict_types=1);
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
namespace OCA\Social\Service;
|
||||
|
||||
use daita\MySmallPhpTools\Traits\TArrayTools;
|
||||
|
|
Ładowanie…
Reference in New Issue