aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-17 21:12:31 -0700
committerFriendika <info@friendika.com>2011-07-17 21:12:31 -0700
commit1fa2231c20db99c78f0c8681ebae04b6eecf0954 (patch)
treea56a5a459dae1cfa2bdb8dd1e9cc0e66a48a74d8 /include
parent43110db749850e49d309ad8b3e72266bd373a2a8 (diff)
downloadvolse-hubzilla-1fa2231c20db99c78f0c8681ebae04b6eecf0954.tar.gz
volse-hubzilla-1fa2231c20db99c78f0c8681ebae04b6eecf0954.tar.bz2
volse-hubzilla-1fa2231c20db99c78f0c8681ebae04b6eecf0954.zip
invite system
Diffstat (limited to 'include')
-rw-r--r--include/zotfns.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zotfns.php b/include/zotfns.php
index 1ec39aefc..b695b6fcb 100644
--- a/include/zotfns.php
+++ b/include/zotfns.php
@@ -1,5 +1,8 @@
<?php
+
+require_once('include/salmon.php');
+
function zot_get($url,$args) {
$argstr = '';
foreach($args as $k => $v) {