moved include Scape to top of the file

This commit is contained in:
Tobias Diekershoff 2016-01-03 19:15:13 +01:00
parent 771d0c4bfa
commit 75ed2f830d
1 changed files with 1 additions and 2 deletions

View File

@ -10,6 +10,7 @@
*/
require_once('include/enotify.php');
require_once('include/Scrape.php');
if(! function_exists('dfrn_request_init')) {
function dfrn_request_init(&$a) {
@ -112,8 +113,6 @@ function dfrn_request_post(&$a) {
* Scrape the other site's profile page to pick up the dfrn links, key, fn, and photo
*/
require_once('include/Scrape.php');
$parms = scrape_dfrn($dfrn_url);
if(! count($parms)) {