aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-20 04:53:11 -0700
committerFriendika <info@friendika.com>2011-08-20 04:53:11 -0700
commit0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3 (patch)
treecf41c9c4bc72a345f8a05896b82d54c06074dbf0 /include/items.php
parent6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca (diff)
downloadvolse-hubzilla-0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3.tar.gz
volse-hubzilla-0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3.tar.bz2
volse-hubzilla-0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3.zip
move encryption functions to crypto file
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php
index 39a61c4ad..b84b71ba8 100644
--- a/include/items.php
+++ b/include/items.php
@@ -1,8 +1,9 @@
<?php
-require_once('bbcode.php');
-require_once('oembed.php');
+require_once('include/bbcode.php');
+require_once('include/oembed.php');
require_once('include/salmon.php');
+require_once('include/crypto.php');
function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0) {