smeserver-webhosting/root/etc/e-smith/events/actions/webhosting-php-expand

11 lines
357 B
Plaintext
Raw Normal View History

#!/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);