mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
14 lines
154 B
PHP
14 lines
154 B
PHP
<?php
|
|
namespace Zotlabs\Module;
|
|
|
|
require_once('include/socgraph.php');
|
|
|
|
|
|
class Poco extends \Zotlabs\Web\Controller {
|
|
|
|
function init() {
|
|
poco();
|
|
}
|
|
|
|
}
|