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