mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
moved include Scape to top of the file
This commit is contained in:
parent
771d0c4bfa
commit
75ed2f830d
1 changed files with 1 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue