diff options
Diffstat (limited to 'mod/poco.php')
-rw-r--r-- | mod/poco.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/poco.php b/mod/poco.php new file mode 100644 index 000000000..098c9a240 --- /dev/null +++ b/mod/poco.php @@ -0,0 +1,7 @@ +<?php + +require_once('include/socgraph.php'); + +function poco_init(&$a) { + poco($a,false); +} |