diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-04-09 03:02:35 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-04-09 03:02:35 +0200 |
commit | b708311d256bbf057b0d6ad2fba4d75642c5a095 (patch) | |
tree | 25c92ee9cd88469d855f7f159a9d5d62c479a972 /config.php.example | |
parent | 328ffd24e0e3cf9f35db51d68b06e1f7e74e7047 (diff) | |
download | arfnet2-cstims-b708311d256bbf057b0d6ad2fba4d75642c5a095.tar.gz arfnet2-cstims-b708311d256bbf057b0d6ad2fba4d75642c5a095.zip |
Small fixes, add manual makeinvoice date
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 1 insertions, 1 deletions
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(); ?> |