changeset 425:b91e948e8645

Add another PHP module to fix webmail
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Oct 2022 10:42:19 +0100
parents 4a2ee7e3b110
children 1d6cf5d981be
files modules/website/manifests/php.pp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/modules/website/manifests/php.pp	Sun Oct 09 10:34:32 2022 +0100
+++ b/modules/website/manifests/php.pp	Sun Oct 09 10:42:19 2022 +0100
@@ -48,6 +48,9 @@
       'Data/date.timezone' => 'UTC',
     },
     extensions => {
+      ctype => {
+        ini_prefix => '20-',
+      },
       gd => {
         ini_prefix => '20-',
       },