mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Remove require include/*
This commit is contained in:
parent
2e8f2916df
commit
85b5715a44
11 changed files with 0 additions and 41 deletions
|
@ -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'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue