module updates
This commit is contained in:
13
Zotlabs/Module/Xpoco.php
Normal file
13
Zotlabs/Module/Xpoco.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace Zotlabs\Module;
|
||||
|
||||
require_once('include/socgraph.php');
|
||||
|
||||
|
||||
class Xpoco extends \Zotlabs\Web\Controller {
|
||||
|
||||
function init() {
|
||||
poco($a,true);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user