This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/mod/poco.php

8 lines
91 B
PHP

<?php
require_once('include/socgraph.php');
function poco_init(&$a) {
poco($a,false);
}