aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Poco.php
blob: 85c9348c01c6038e5e3a37a0203870933b101905 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace Zotlabs\Module;

require_once('include/socgraph.php');


class Poco extends \Zotlabs\Web\Controller {

	function init() {
		poco($a,false);
	}
	
}