initial commit of file from CVS for smeserver-webhosting on Sat Sep 7 16:45:03 AEST 2024
This commit is contained in:
10
root/etc/e-smith/events/actions/webhosting-php-expand
Normal file
10
root/etc/e-smith/events/actions/webhosting-php-expand
Normal 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);
|
Reference in New Issue
Block a user