From ad50b2b7c9cc77f48b6226e0cb4814114abb8839 Mon Sep 17 00:00:00 2001 From: rurban Date: Sun, 19 Nov 2006 11:24:11 +0000 Subject: [PATCH] IPV6 fix by matt brown, #1546571 An IPv6 address must be surrounded by square brackets to form a valid server name. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5181 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/IniConfig.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/lib/IniConfig.php b/lib/IniConfig.php index 60395ab00..d96bb93ba 100644 --- a/lib/IniConfig.php +++ b/lib/IniConfig.php @@ -1,5 +1,5 @@