mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Use Login module
- Simplify goaway calls
This commit is contained in:
parent
4ceec855d2
commit
575a285951
7 changed files with 28 additions and 28 deletions
|
@ -28,7 +28,7 @@ function impressum_module() {
|
|||
}
|
||||
function impressum_content() {
|
||||
$a = get_app();
|
||||
goaway($a->get_baseurl().'/friendica/');
|
||||
goaway('friendica/');
|
||||
}
|
||||
|
||||
function obfuscate_email ($s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue