aboutsummaryrefslogtreecommitdiffstats
path: root/mod/poco.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/poco.php')
-rw-r--r--mod/poco.php7
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);
+}