]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_notify.php
Worker fastlane can now be activated from the admin interface
[friendica.git] / mod / dfrn_notify.php
index 7623b366cb92b9d24d6243b3fc92e7483f94653b..780fb456f5cd33f43e7bc6783196fd15e55570f1 100644 (file)
@@ -6,7 +6,6 @@ require_once('include/event.php');
 
 require_once('library/defuse/php-encryption-1.2.1/Crypto.php');
 
-if(! function_exists('dfrn_notify_post')) {
 function dfrn_notify_post(&$a) {
     logger(__function__, LOGGER_TRACE);
        $dfrn_id      = ((x($_POST,'dfrn_id'))      ? notags(trim($_POST['dfrn_id']))   : '');
@@ -215,9 +214,8 @@ function dfrn_notify_post(&$a) {
 
        // NOTREACHED
 }
-}
 
-if(! function_exists('dfrn_notify_content')) {
+
 function dfrn_notify_content(&$a) {
 
        if(x($_GET,'dfrn_id')) {
@@ -341,5 +339,5 @@ function dfrn_notify_content(&$a) {
 
                killme();
        }
-}
+
 }