Renamed AcctLink to Acctlink
This commit is contained in:
parent
508032cf9a
commit
3f729df258
|
@ -8,7 +8,7 @@ use Friendica\Network\Probe;
|
||||||
/**
|
/**
|
||||||
* Redirects to another URL based on the parameter 'addr'
|
* Redirects to another URL based on the parameter 'addr'
|
||||||
*/
|
*/
|
||||||
class AcctLink extends BaseModule
|
class Acctlink extends BaseModule
|
||||||
{
|
{
|
||||||
public static function content()
|
public static function content()
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,7 @@ class AcctLink extends BaseModule
|
||||||
|
|
||||||
if ($url) {
|
if ($url) {
|
||||||
goaway($url);
|
goaway($url);
|
||||||
killme();
|
exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue