]> git.mxchange.org Git - friendica.git/blobdiff - mod/attach.php
Merge pull request #2664 from annando/1607-remote-auth
[friendica.git] / mod / attach.php
index 849faa26ec54ebc45fa9c6a32a476f2b162834ff..03f850f0d1749972d7e68e63de295007bf856cb5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
+
 require_once('include/security.php');
 
-if(! function_exists('attach_init')) {
 function attach_init(&$a) {
 
        if($a->argc != 2) {
@@ -47,4 +47,3 @@ function attach_init(&$a) {
        killme();
        // NOTREACHED
 }
-}