X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;h=a2c454f9a2c295b756d6fdc2423000bd778b26c9;hb=ab60641e3ba731aca42ab510bdf9c2411db6aab4;hp=3c860120882fd0d54f071f9e48b9fa92bec00174;hpb=8f253f6c1288534c50fac34f05afb1a2c07c9335;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index 3c86012088..a2c454f9a2 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -1,6 +1,7 @@ config['sitename'], - App::get_baseurl(), + System::baseUrl(), $user[0]['username'], $register[0]['password']); @@ -118,13 +119,13 @@ function regmod_content(App $a) { if ($cmd === 'deny') { user_deny($hash); - goaway(App::get_baseurl()."/admin/users/"); + goaway(System::baseUrl()."/admin/users/"); killme(); } if ($cmd === 'allow') { user_allow($hash); - goaway(App::get_baseurl()."/admin/users/"); + goaway(System::baseUrl()."/admin/users/"); killme(); } }