waarom werkt het logout script niet in Internet explorer ?
<?
require_once("include/bittorrent.php");
dbconn();
logoutcookie();
header("Refresh: 0; url=index.php");
?>
mvg,ericosman
<?
require_once("include/bittorrent.php");
dbconn();
logoutcookie();
header("Refresh: 0; url=index.php");
?>