Fix formatting

pull/1483/head
Dr. Tobias Quathamer 2024-03-14 09:31:58 +01:00 committed by Hypolite Petovan
parent 127ab370fc
commit e24e3f758a
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ use Friendica\Core\Hook;
use Friendica\Core\Renderer; use Friendica\Core\Renderer;
use Friendica\DI; use Friendica\DI;
CONST URL_REPLACE_NITTER_DEFAULT = 'https://nitter.net'; const URL_REPLACE_NITTER_DEFAULT = 'https://nitter.net';
CONST URL_REPLACE_INVIDIOUS_DEFAULT = 'https://yewtu.be'; const URL_REPLACE_INVIDIOUS_DEFAULT = 'https://yewtu.be';
CONST URL_REPLACE_PROXIGRAM_DEFAULT = 'https://proxigram.lunar.icu'; const URL_REPLACE_PROXIGRAM_DEFAULT = 'https://proxigram.lunar.icu';
function url_replace_install() function url_replace_install()
{ {