Introduce __DIR__; some CRLF -> LF; wrappers file has been renamed
[plcapi.git] / demo / client / wrap.php
index d91454e..faae4bf 100644 (file)
@@ -9,7 +9,7 @@
 </h3>
 <?php
     include("xmlrpc.inc");
-    include("xmlrpc_wrappers.inc");
+    include("xmlrpc_wrappers.php");
 
     $c = new xmlrpc_client("/server.php", "phpxmlrpc.sourceforge.net", 80);
     $c->return_type = 'phpvals'; // let client give us back php values instead of xmlrpcvals
@@ -52,7 +52,5 @@
         }
     }
 ?>
-<hr/>
-<em>$Id$</em>
 </body>
 </html>