Add newsletter management functionality

This commit is contained in:
Alex Cabal 2022-03-20 17:40:19 -05:00
parent 90ee0a93c9
commit b0197d189a
57 changed files with 1017 additions and 143 deletions

View file

@ -3,6 +3,7 @@ require_once('/standardebooks.org/web/lib/Core.php');
use function Safe\file_get_contents;
use function Safe\getopt;
use function Safe\gmdate;
use function Safe\krsort;
use function Safe\preg_replace;
use function Safe\strtotime;