]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
Merge pull request #2739 from annando/1608-session-close
[friendica.git] / mod / poco.php
index 4b04d70138198851e02346ff7d91a45fa1c75bd9..0a1b392169b22dbf3e5748bb4ebbbebc8aa65a25 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-if(! function_exists('poco_init')) {
 function poco_init(&$a) {
        require_once("include/bbcode.php");
 
@@ -325,5 +324,5 @@ function poco_init(&$a) {
        else
                http_status_exit(500);
 
-}
+
 }