In fact this is what is producing the scenario:
connect.php
function Redirect($page) {
if (!empty($_SERVER['HTTP_HOST'])) {
$website = $_SERVER['HTTP_HOST'];
} else {
## could check SERVER_NAME as well
$website = getConfig("website");
}
// Header("Location: ".$GLOBALS['admin_scheme']."://".$website.$GLOBALS["adminpages"]."/?page=$page");
$tryto = "".$GLOBALS['admin_scheme']."://".$website.$GLOBALS["adminpages"]."/?page=$page";
echo " this ios $website $tryto ";
// exit;
}
http://localhost/phplist-3.0.6/lists/ad ... end&new1=1
Running in testmode, no emails will be sent. Check your config file.
this ios localhost
http://localhost/lists/admin/?page=send&id=49