]> git.mxchange.org Git - friendica.git/blobdiff - mod/filerm.php
Warnings removed
[friendica.git] / mod / filerm.php
index be3456b58dcebdb6a24d2127032fa84204942fbd..c266082c8ffe2e76a3fbe866df080e3a3159401d 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-if(! function_exists('filerm_content')) {
 function filerm_content(&$a) {
 
        if(! local_user()) {
@@ -26,4 +25,3 @@ function filerm_content(&$a) {
 
        killme();
 }
-}