]> git.mxchange.org Git - friendica.git/blobdiff - mod/attach.php
Remove/replace killme() with *exit()
[friendica.git] / mod / attach.php
index cf2c8cc6dd55d68191fb94d639dce31e7158f3bd..f3192d802d9208feddc5dce56d69cb29cfd791c7 100644 (file)
@@ -49,6 +49,6 @@ function attach_init(App $a)
        }
 
        echo $r[0]['data'];
-       killme();
+       exit();
        // NOTREACHED
 }