- welcome 2014
[plcapi.git] / debugger / controller.php
index 70252a7..98550c9 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 /**
- * @version $Id$
  * @author Gaetano Giunta
- * @copyright (C) 2005-2009 G. Giunta
+ * @copyright (C) 2005-2014 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add links to documentation from every option caption
@@ -19,7 +18,8 @@
     $action = 'list';
 
   // relative path to the visual xmlrpc editing dialog
-  $editorpath = '../../javascript/';
+  $editorpath = '../../javascript/debugger/';
+  $editorlibs = '../../javascript/lib/';
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -32,8 +32,8 @@
     top.location.replace('index.php?run='+escape(self.location));
 </script>
 <!-- xmlrpc/jsonrpc base library -->
-<script type="text/javascript" src="<?php echo $editorpath; ?>xmlrpc_lib.js"></script>
-<script type="text/javascript" src="<?php echo $editorpath; ?>jsonrpc_lib.js"></script>
+<script type="text/javascript" src="<?php echo $editorlibs; ?>xmlrpc_lib.js"></script>
+<script type="text/javascript" src="<?php echo $editorlibs; ?>jsonrpc_lib.js"></script>
 <style type="text/css">
 <!--
 html {overflow: -moz-scrollbars-vertical;}