aboutsummaryrefslogtreecommitdiffstats
path: root/mod/poco.php
blob: 098c9a240f27e15b0635d8563753c61b9b8c3dcc (plain) (blame)
1
2
3
4
5
6
7
<?php

require_once('include/socgraph.php');

function poco_init(&$a) {
	poco($a,false);
}