diff -r 902822492a68 -r fe660c52c48f includes/wikiengine/Parse/Default/Include.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/includes/wikiengine/Parse/Default/Include.php Wed Jun 13 16:07:17 2007 -0400 @@ -0,0 +1,100 @@ + +* +* @license LGPL +* +* @version $Id: Include.php,v 1.3 2005/02/23 17:38:29 pmjones Exp $ +* +*/ + +/** +* +* This class implements a Text_Wiki_Parse to include the results of a +* script directly into the source at parse-time; thus, the output of the +* script will be parsed by Text_Wiki. This differs from the 'embed' +* rule, which incorporates the results at render-time, meaning that the +* 'embed' content is not parsed by Text_Wiki. +* +* DANGER! +* +* This rule is inherently not secure; it allows cross-site scripting to +* occur if the embedded output has