Made it possible to wrap namespaced classes with a different namespace
[plcapi.git] / demo / server / discuss.php
index 5ecbe63..ca5dd7d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-include_once __DIR__ . "/../../vendor/autoload.php";
+require_once __DIR__ . "/_prepend.php";
 
 use PhpXmlRpc\Value;
 
@@ -100,3 +100,5 @@ $srv = new PhpXmlRpc\Server(array(
         "docstring" => $getComments_doc,
     ),
 ));
+
+require_once __DIR__ . "/_append.php";