diff options
author | Friendika <info@friendika.com> | 2011-07-17 16:08:47 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-17 16:08:47 -0700 |
commit | 43110db749850e49d309ad8b3e72266bd373a2a8 (patch) | |
tree | 29e37a53fb18961eac1f6eca051bff093aded5cb /include | |
parent | 944f03d3675779e32a6ed8bed28609ca59a66554 (diff) | |
download | volse-hubzilla-43110db749850e49d309ad8b3e72266bd373a2a8.tar.gz volse-hubzilla-43110db749850e49d309ad8b3e72266bd373a2a8.tar.bz2 volse-hubzilla-43110db749850e49d309ad8b3e72266bd373a2a8.zip |
begin invites, fb setup changes
Diffstat (limited to 'include')
-rw-r--r-- | include/zotfns.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zotfns.php b/include/zotfns.php index a95a064cd..1ec39aefc 100644 --- a/include/zotfns.php +++ b/include/zotfns.php @@ -1,7 +1,5 @@ <?php -require_once('include/text.php'); - function zot_get($url,$args) { $argstr = ''; foreach($args as $k => $v) { |