mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
use explicit include paths
This commit is contained in:
parent
f03ac60725
commit
e684324032
29 changed files with 44 additions and 44 deletions
|
@ -110,7 +110,7 @@ function dfrn_request_post(&$a) {
|
|||
* Scrape the other site's profile page to pick up the dfrn links, key, fn, and photo
|
||||
*/
|
||||
|
||||
require_once('Scrape.php');
|
||||
require_once('include/Scrape.php');
|
||||
|
||||
$parms = scrape_dfrn($dfrn_url);
|
||||
|
||||
|
@ -505,7 +505,7 @@ function dfrn_request_post(&$a) {
|
|||
}
|
||||
|
||||
|
||||
require_once('Scrape.php');
|
||||
require_once('include/Scrape.php');
|
||||
|
||||
$parms = scrape_dfrn(($hcard) ? $hcard : $url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue