]> git.mxchange.org Git - friendica-addons.git/blobdiff - public_server/public_server.php
Mirroring: There was a problem that the title variable wasn't cleared so it could...
[friendica-addons.git] / public_server / public_server.php
index 3711854f8a2e9f33c841bf0c76ac4f1239807f9b..becf96c34fc493aaafc1e7021a21f62e864af228 100644 (file)
@@ -43,9 +43,11 @@ function public_server_register_account($a,$b) {
        );
 
 };
-       
+
 
 function public_server_cron($a,$b) {
+       logger("public_server: cron start");
+
        require_once('include/enotify.php');
        $r = q("select * from user where account_expires_on < UTC_TIMESTAMP() + INTERVAL 5 DAY and account_expires_on > '0000-00-00 00:00:00' and
                expire_notification_sent = '0000-00-00 00:00:00' ");
@@ -116,6 +118,7 @@ function public_server_cron($a,$b) {
                }
         }
 
+       logger("public_server: cron end");
 
 }