* Thu Mar 06 2025 Jean-Philippe Pialasse <jpp@koozali.org> 5.2.1-2.sme

- SME11 build [SME: 12736]
  fix csp,  templates cleanup
  upgrade to php 8.3 (8.4 not supported yet)
- Wrong Servers output [SME: 12516]
This commit is contained in:
Jean-Philippe Pialasse 2025-03-06 22:38:40 -05:00
parent ba795e63cd
commit f6c881995c

View File

@ -19,10 +19,10 @@ for my $event (qw(
templates2events("/etc/httpd/conf/httpd.conf", $event);
templates2events("/etc/phpMyAdmin/config.inc.php", $event);
templates2events("/etc/e-smith/sql/init/phpmyadmin", $event);
templates2events("/etc/opt/remi/php74/php-fpm.d/www.conf", $event);
templates2events("/etc/opt/remi/php83/php-fpm.d/www.conf", $event);
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/mysql.init");;
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php74-php-fpm");
safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php83-php-fpm");
}
# PHP header and footer
safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/template-begin");