streams/Zotlabs/Module/Poco.php
2019-04-14 23:50:49 -07:00

19 lines
208 B
PHP

<?php
namespace Zotlabs\Module;
/*
* Portable Contacts server
*/
use Zotlabs\Web\Controller;
require_once('include/socgraph.php');
class Poco extends Controller {
function init() {
poco();
}
}