From b708311d256bbf057b0d6ad2fba4d75642c5a095 Mon Sep 17 00:00:00 2001 From: arf20 Date: Tue, 9 Apr 2024 03:02:35 +0200 Subject: Small fixes, add manual makeinvoice date --- config.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index c083592..b476a5d 100644 --- a/config.php.example +++ b/config.php.example @@ -40,6 +40,6 @@ function new_mail() { $mailer->isHTML(false); } -newmail(); +new_mail(); ?> -- cgit v1.2.3