From 357114486cc905a9c0ea41d63d84fadf4732dc59 Mon Sep 17 00:00:00 2001 From: David Dixon-Peugh Date: Thu, 11 Jul 2002 23:35:37 +0000 Subject: [PATCH] Resolving conflict. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@309 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/cgi/start-demo.xml | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) 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 ); +?> +