/home/kkco/public_html/home__2939f42/admin/logout.php
<?php
ob_start();
setcookie("username","",time()-1);
echo"<META HTTP-EQUIV='refresh' content='0; URL=index.php'>";
ob_end_flush();
?>