aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-13 14:58:58 -0800
committerfriendica <info@friendica.com>2012-11-13 14:58:58 -0800
commitb7ccf08ceac4d648f97f0f422e2e6457840a1af2 (patch)
tree3b73a10542b52393a22ad2061b973eb291c0fa99 /mod
parent35a6dd1cae384bc29b2d8ca5214eb82f15e955ad (diff)
downloadvolse-hubzilla-b7ccf08ceac4d648f97f0f422e2e6457840a1af2.tar.gz
volse-hubzilla-b7ccf08ceac4d648f97f0f422e2e6457840a1af2.tar.bz2
volse-hubzilla-b7ccf08ceac4d648f97f0f422e2e6457840a1af2.zip
self-signed cert? Since you won't listen to me and insist on annoying your friends, sorry, but red won't talk to you. This snake is dead.
Diffstat (limited to 'mod')
-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