From: <var...@us...> - 2015-03-09 13:56:42
|
Revision: 9622 http://sourceforge.net/p/phpwiki/code/9622 Author: vargenau Date: 2015-03-09 13:56:40 +0000 (Mon, 09 Mar 2015) Log Message: ----------- Remove MSIE6 Modified Paths: -------------- trunk/config/config-dist.ini Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2015-03-09 10:08:43 UTC (rev 9621) +++ trunk/config/config-dist.ini 2015-03-09 13:56:40 UTC (rev 9622) @@ -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 @@ ; 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 @@ ; 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 @@ ; 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |