move to usage of Bionic as default ubuntu version for local ci containers
[plcapi.git] / demo / client / agesort.php
index 48011b3..9ad397f 100644 (file)
@@ -1,4 +1,4 @@
-<?php require_once __DIR__ . "/_bootstrap.php"; ?><html lang="en">
+<?php require_once __DIR__ . "/_prepend.php"; ?><html lang="en">
 <head><title>xmlrpc - Agesort demo</title></head>
 <body>
 <h1>Agesort demo</h1>
@@ -62,4 +62,4 @@ if (!$resp->faultCode()) {
 
 ?>
 </body>
-</html>
+</html><?php require_once __DIR__ . "/_append.php"; ?>