From 7a91b5d29e5744ce74bfbad7de8381b8ba4918de Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 9 Mar 2015 13:56:40 +0000 Subject: [PATCH] Remove MSIE6 git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9622 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- config/config-dist.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config-dist.ini b/config/config-dist.ini index fb09a9d9c..3d5818286 100644 --- a/config/config-dist.ini +++ b/config/config-dist.ini @@ -82,7 +82,7 @@ ;UNITS_EXE = /usr/bin/units ; Needed for inlined SVG and MathM, but conflicts with document.write(). -; Experimental. Default: false. Problematic with MSIE6 +; Experimental. Default: false. ; See http://hixie.ch/advocacy/xhtml ;ENABLE_XHTML_XML = true @@ -455,7 +455,7 @@ DATABASE_DIRECTORY = /tmp ; db2 - Berkeley DB v2; not supported by modern versions of PHP. ; db3 - Berkeley DB v3; as per db2. The best on Windows. ; db4 - Berkeley DB v4; current version, however PHP has some issues -; with it's db4 support. +; with its db4 support. ; dbm - Older dba handler; suffers from limits on the size of data ; items. ; Better not use other hacks such as inifile, flatfile or cdb. @@ -517,7 +517,7 @@ DATABASE_TIMEOUT = 12 ; number of archived revisions of that class. This is ; meant to be used as a safety cap when a non-zero ; min_age is specified. It should be set relatively high, -; and it's purpose is to prevent malicious or accidental +; and its purpose is to prevent malicious or accidental ; database overflow due to someone causing an ; unreasonable number of edits in a short period of time. ; @@ -1149,7 +1149,7 @@ MINOR_EDIT_TIMEOUT = 604800 ; Disable HTTP redirects. ; (You probably don't need to touch this.) ; -; PhpWiki uses HTTP redirects for some of it's functionality. +; PhpWiki uses HTTP redirects for some of its functionality. ; (e.g. after saving changes, PhpWiki redirects your browser to ; view the page you just saved.) ; Some web service providers (notably free European Lycos) don't seem to -- 2.45.0