mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
nexus clients
This commit is contained in:
@@ -1251,7 +1251,7 @@ function allowedemails()
|
||||
return $list['value'];
|
||||
}
|
||||
|
||||
function redirect($url)
|
||||
function nexus_redirect($url)
|
||||
{
|
||||
if (substr($url, 0, 4) != 'http') {
|
||||
$url = getSchemeAndHttpHost() . '/' . trim($url, '/');
|
||||
|
||||
Reference in New Issue
Block a user