aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Controller.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-17 19:42:43 -0700
committerredmatrix <git@macgirvin.com>2016-04-17 19:42:43 -0700
commitd2e61122c5aef942ea8160fabb4dbac72fb37caa (patch)
treef3c0193842d55692ef76dca0516ed528e70b3324 /Zotlabs/Web/Controller.php
parentc366bbaa54973239fbecdd2cbc3116343d7ca55a (diff)
parent521d404013bd677f26e1343a8612631f49ac2fca (diff)
downloadvolse-hubzilla-d2e61122c5aef942ea8160fabb4dbac72fb37caa.tar.gz
volse-hubzilla-d2e61122c5aef942ea8160fabb4dbac72fb37caa.tar.bz2
volse-hubzilla-d2e61122c5aef942ea8160fabb4dbac72fb37caa.zip
Merge commit '521d404' into dev
Diffstat (limited to 'Zotlabs/Web/Controller.php')
-rw-r--r--Zotlabs/Web/Controller.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/Zotlabs/Web/Controller.php b/Zotlabs/Web/Controller.php
new file mode 100644
index 000000000..ac835e008
--- /dev/null
+++ b/Zotlabs/Web/Controller.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Zotlabs\Web;
+
+
+class Controller {
+
+ function init() {}
+ function post() {}
+ function get() {}
+
+} \ No newline at end of file