]> git.mxchange.org Git - friendica-addons.git/blobdiff - testdrive/testdrive.php
Merge pull request #803 from nupplaphil/config_refact
[friendica-addons.git] / testdrive / testdrive.php
index 9fc04201cff7bd0690674c60bde802ea7d2f9759..dea5026ba5ad3d66100cfe41dd9b422bb7f2540b 100644 (file)
@@ -61,8 +61,6 @@ function testdrive_register_account($a,$b) {
 
 
 function testdrive_cron($a,$b) {
-       require_once('include/enotify.php');
-
        $r = q("select * from user where account_expires_on < UTC_TIMESTAMP() + INTERVAL 5 DAY and
                expire_notification_sent = '0000-00-00 00:00:00' ");