aboutsummaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-04-09 03:02:35 +0200
committerarf20 <aruizfernandez05@gmail.com>2024-04-09 03:02:35 +0200
commitb708311d256bbf057b0d6ad2fba4d75642c5a095 (patch)
tree25c92ee9cd88469d855f7f159a9d5d62c479a972 /config.php.example
parent328ffd24e0e3cf9f35db51d68b06e1f7e74e7047 (diff)
downloadarfnet2-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.example2
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();
?>