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

@ -58,7 +58,6 @@ function public_server_cron($a, $b)
{
Logger::log("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` > '%s' AND
`expire_notification_sent` <= '%s'",