diff options
author | Friendika <info@friendika.com> | 2011-08-20 04:53:11 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-20 04:53:11 -0700 |
commit | 0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3 (patch) | |
tree | cf41c9c4bc72a345f8a05896b82d54c06074dbf0 /include/zotfns.php | |
parent | 6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca (diff) | |
download | volse-hubzilla-0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3.tar.gz volse-hubzilla-0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3.tar.bz2 volse-hubzilla-0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3.zip |
move encryption functions to crypto file
Diffstat (limited to 'include/zotfns.php')
-rw-r--r-- | include/zotfns.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zotfns.php b/include/zotfns.php index b695b6fcb..b23fce82a 100644 --- a/include/zotfns.php +++ b/include/zotfns.php @@ -2,6 +2,8 @@ require_once('include/salmon.php'); +require_once('include/crypto.php'); + function zot_get($url,$args) { $argstr = ''; |