1 2 3 4 5 6 7 8
<?php function GET() { $resp = new Psso\XMLResponse; $content = $resp->doc->addChild('content'); $content->addChild('p', 'Welcome to Pleasant SSO!'); $resp->send(); }