secure profile failure
This commit is contained in:
parent
4aa60a7aaf
commit
f198c5cff8
4 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ function oexchange_content(&$a) {
|
|||
|
||||
$url = (((x($_GET,'url')) && strlen($_GET['url'])) ? notags(trim($_GET['url'])) : '');
|
||||
|
||||
$s = fetch_url($a->get_baseurl() . '/parse_url?url=' . $url);
|
||||
$s = fetch_url($a->get_baseurl() . '/parse_url&url=' . $url);
|
||||
|
||||
if(! strlen($s))
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue