summaryrefslogtreecommitdiff
path: root/Xerl/Page
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-03-06 18:25:13 +0000
committerPaul Buetow <paul@buetow.org>2011-03-06 18:25:13 +0000
commit2db70ba3028d9bec26f09dfa903961c04505bf08 (patch)
treee0f4bde6c4590158d2cefc516c5ff0fca8b317ad /Xerl/Page
parent871ce858eec3082c97990e9ab61b4d91c3b4cedc (diff)
ipv6 detection not tested yet
Diffstat (limited to 'Xerl/Page')
-rw-r--r--Xerl/Page/Configure.pm2
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;
}