diff options
author | Friendika <info@friendika.com> | 2011-07-20 23:14:43 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-20 23:14:43 -0700 |
commit | 1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74 (patch) | |
tree | 2f061ee489e1e8224c3ef61bb07088f2ec2b1fea /mod/receive.php | |
parent | 530722568281188f262c5da5fcc8020528f1a3ac (diff) | |
download | volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.tar.gz volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.tar.bz2 volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.zip |
wrong path for salmon verify
Diffstat (limited to 'mod/receive.php')
-rw-r--r-- | mod/receive.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/receive.php b/mod/receive.php index 6e36109b3..6fb68e154 100644 --- a/mod/receive.php +++ b/mod/receive.php @@ -5,7 +5,6 @@ */ - require_once('include/salmon.php'); require_once('library/simplepie/simplepie.inc'); |