From 19c8880219e2d7115159b3848c284ec094b3ea79 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Sat, 23 Feb 2002 23:31:19 +0000 Subject: [PATCH] Required PHP version 4.0.5, updated instructions for new RawHTML plugin git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2177 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- INSTALL | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 92d10ebf9..ed1d47439 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,12 @@ REQUIREMENTS -PhpWiki requires a web server with PHP version 4.0.? or greater and a +PhpWiki requires a web server with PHP version 4.0.5? or greater and a database application. +(PhpWiki uses the array_search() function which is present only in PHP +version 4.0.5 or greater.) + + QUICK START INSTRUCTIONS By default PhpWiki is configured to use a flatfile database. If there @@ -101,17 +105,17 @@ Note: This is insecure. The proper way is to let the directory be 2. ALLOWING EMBEDDED HTML -(This is not working in the 1.3 branch as of this writing.) - PhpWiki ships with this feature disabled by default. According to CERT, malicious users can embed HTML in your pages that allow pure evil to happen: -You can uncomment the "elseif" in 'lib/transform.php' to allow -embedded HTML; but you should NEVER do this if your Wiki is publically -accessible. +Set the ENABLE_RAW_HTML to true in 'lib/plugin/RawHtml.php' to allow +embedded HTML, but you should NEVER do this if your Wiki is publicly +accessible! + +define('ENABLE_RAW_HTML', true); 3. ETC @@ -141,4 +145,4 @@ You can join this list at: FIN -$Id: INSTALL,v 1.15 2002-01-17 08:10:45 carstenklapp Exp $ \ No newline at end of file +$Id: INSTALL,v 1.16 2002-02-23 23:31:19 carstenklapp Exp $ \ No newline at end of file -- 2.45.0