Skip to content

Commit

Permalink
java testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Dec 16, 2008
1 parent fd9bd41 commit 4784abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$cmd = $java.' -jar '.escapeshellarg($rhino).' '.escapeshellarg($jslint).' '.escapeshellarg($tempName);
echo($cmd);
//$out = exec($cmd, $data);
$out = system($cmd, $data);
$out = exec($cmd, $data);

echo('<pre>'.print_r($out, 1).'</pre>');
echo('<pre>'.print_r($data, 1).'</pre>');
Expand Down

0 comments on commit 4784abf

Please sign in to comment.