의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
moved include Scape to top of the file
This commit is contained in:
부모
771d0c4bfa
커밋
75ed2f830d
1개의 변경된 파일과 1개의 추가작업 그리고 2개의 파일을 삭제
|
@ -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)) {
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue