streams/Zotlabs/Web/Controller.php
2016-06-14 20:30:34 -07:00

13 lines
115 B
PHP

<?php
namespace Zotlabs\Web;
class Controller {
function init() {}
function post() {}
function get() {}
}