11 lines
		
	
	
		
			357 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			357 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| #!/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);
 | 
