Remove require include/*

This commit is contained in:
Hypolite Petovan 2018-12-26 00:36:43 -05:00
parent 2e8f2916df
commit 85b5715a44
11 changed files with 0 additions and 41 deletions

View 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' ");