3 if (isset($_GET['run'])) {
4 $path = parse_url($_GET['run']);
5 if (isset($path['query'])) {
6 $query = '?' . $path['query'];
10 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
11 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
14 <title>XMLRPC Debugger</title>
16 <frameset rows="360,*">
17 <frame name="frmcontroller" src="controller.php<?php echo htmlspecialchars($query); ?>" marginwidth="0"
18 marginheight="0" frameborder="0"/>
19 <frame name="frmaction" src="action.php" marginwidth="0" marginheight="0" frameborder="0"/>