diff options
Diffstat (limited to 'index.pl')
| -rwxr-xr-x | index.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ use Socket; use Sys::Hostname; my $host = hostname(); -my $config = -e "configdev-$host.txt" ? "configdev-$host.txt" : ( - -e "config-$host.txt" ? "config-$host.txt" : 'config.txt' +my $config = -e "xerldev-$host.conf" ? "xerldev-$host.conf" : ( + -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); my Xerl $xerl = Xerl->new( config => $config ); |
