GIF89a php
Current File : /home/hencockfreshchic/public_html/app/logout.php
<?php

	setcookie("mobb","", time()+1000);
	setcookie("url","", time()+1000);
	setcookie("user_id","", time()+1000);

	header("Location: dashboard.php");


?>