diff -r f0431eb8161e -r 98c052fc3337 includes/wikiengine/Parse/Mediawiki/Embed.php --- a/includes/wikiengine/Parse/Mediawiki/Embed.php Sun Jun 21 00:16:21 2009 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,106 +0,0 @@ - -* -* @license LGPL -* -* @version $Id: Embed.php,v 1.3 2005/02/23 17:38:29 pmjones Exp $ -* -*/ - -/** -* -* Embeds the results of a PHP script at render-time. -* -* This class implements a Text_Wiki_Parse to embed the contents of a URL -* inside the page at render-time. Typically used to get script output. -* This differs from the 'include' rule, which incorporates results at -* parse-time; 'embed' output does not get parsed by Text_Wiki, while -* 'include' ouput does. -* -* This rule is inherently not secure; it allows cross-site scripting to -* occur if the embedded output has