diff options
| author | Paul Buetow <paul@buetow.org> | 2011-03-06 18:25:13 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-03-06 18:25:13 +0000 |
| commit | 2db70ba3028d9bec26f09dfa903961c04505bf08 (patch) | |
| tree | e0f4bde6c4590158d2cefc516c5ff0fca8b317ad /Xerl/Page/Configure.pm | |
| parent | 871ce858eec3082c97990e9ab61b4d91c3b4cedc (diff) | |
ipv6 detection not tested yet
Diffstat (limited to 'Xerl/Page/Configure.pm')
| -rw-r--r-- | Xerl/Page/Configure.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Page/Configure.pm b/Xerl/Page/Configure.pm index b8f9acd..7396db9 100644 --- a/Xerl/Page/Configure.pm +++ b/Xerl/Page/Configure.pm @@ -128,7 +128,7 @@ sub defaults($) { $self->set_contentpath( $self->get_hostpath() . 'content/' ); - $self->set_ipv6( $ENV{REMOTE_ADDR} =~ /:/ ? 1 : 0 ); + # $self->set_ipv6( $ENV{REMOTE_ADDR} =~ /:/ ? 1 : 0 ); return undef; } |
