Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2183 → Rev 2184

/web/intercept.php
594,7 → 594,7
$domain = explode('"', $domain_allowed[0]);
// remove every '.' from the beginning of domain
$domain[1] = ltrim($domain[1], '.');
echo '<a href="http://'.trim($domain[1]).'">'.trim($domain_allowed[1]).'</a>';
echo '<a href="http://'.trim($domain[1]).'">'.trim($domain_allowed[1]).'</a> ';
}
}
}