initial commit of file from CVS for smeserver-webhosting on Sat Sep 7 16:45:03 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 16:45:03 +10:00
parent b653146285
commit c7b7f51f24
46 changed files with 11678 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/perl -w
package esmith;
use strict;
use Errno;
# here we trick ourself into ibay-modify in order to have all php versions offered by smeserver-php
# not ideal as we would like to only have php and we also do samba .... but we are working on ibays.
my $event ="ibay-modify";
system('/etc/e-smith/events/actions/generic_template_expand',$event);