mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
163 B
PHP
14 lines
163 B
PHP
|
<?php
|
||
|
namespace Zotlabs\Module;
|
||
|
|
||
|
require_once('include/socgraph.php');
|
||
|
|
||
|
|
||
|
class Xpoco extends \Zotlabs\Web\Controller {
|
||
|
|
||
|
function init() {
|
||
|
poco($a,true);
|
||
|
}
|
||
|
|
||
|
}
|