diff options
| -rwxr-xr-x | index.fpl | 4 | ||||
| -rwxr-xr-x | index.pl | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -11,8 +11,8 @@ use Sys::Hostname; my $host = hostname(); my $config = - -e "xerldev-$host.conf" - ? "xerldev-$host.conf" + -e "xerldev.conf" + ? "xerldev.conf" : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); while ( FCGI::accept >= 0 ) { @@ -10,8 +10,8 @@ use Sys::Hostname; my $host = hostname(); my $config = - -e "xerldev-$host.conf" - ? "xerldev-$host.conf" + -e "xerldev.conf" + ? "xerldev.conf" : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); my Xerl $xerl = Xerl->new( config => $config ); |
