mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Replace killme() by exit()
This commit is contained in:
parent
9845edb8d9
commit
aa5fbb4994
7 changed files with 19 additions and 19 deletions
|
@ -191,7 +191,7 @@ function remote_permissions_content($a, $item_copy) {
|
|||
// Sort the names alphabetically, case-insensitive
|
||||
natcasesort($allow_names);
|
||||
echo $o . implode(', ', $allow_names);
|
||||
killme();
|
||||
exit();
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue