This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/Zotlabs/Module/Poco.php
2016-04-18 20:38:38 -07:00

14 lines
163 B
PHP

<?php
namespace Zotlabs\Module;
require_once('include/socgraph.php');
class Poco extends \Zotlabs\Web\Controller {
function init() {
poco($a,false);
}
}