aboutsummaryrefslogtreecommitdiffstats
path: root/mod/cb.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/cb.php')
-rw-r--r--mod/cb.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/mod/cb.php b/mod/cb.php
deleted file mode 100644
index 6375d2398..000000000
--- a/mod/cb.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * General purpose landing page for plugins/addons
- */
-
-
-function cb_init(&$a) {
- call_hooks('cb_init');
-}
-
-function cb_post(&$a) {
- call_hooks('cb_post', $_POST);
-}
-
-function cb_afterpost(&$a) {
- call_hooks('cb_afterpost');
-}
-
-function cb_content(&$a) {
- $o = '';
- call_hooks('cb_content', $o);
- return $o;
-} \ No newline at end of file