diff --git a/pmd/xdocs/cgi/start-demo.xml b/pmd/xdocs/cgi/start-demo.xml index 2ae1949d96..90152a4245 100644 --- a/pmd/xdocs/cgi/start-demo.xml +++ b/pmd/xdocs/cgi/start-demo.xml @@ -2,18 +2,39 @@ - Running PMD on + <title> +Running PMD on <![CDATA[ <?php print($unixname) -?> ]]> +?> ]]> +

Your PMD Report should be ready in a couple of seconds. It will -be available at: -http://pmd.sourceforge.net/demo//pmd.xml +be available from here: + +

+ +

+ +

+

+

+&1"; 
+  print("Executing: " . $cmd);
+  print("
"); + + $fp = popen($cmd, "r" ); + $read = fread( $fp, 4096 ); + + print("
"); + print( $read ); +?> +