<?php require('system/connect.php'); require('system/core.php'); require('system/head.php'); setcookie('log_in', '', time()-1000); setcookie('pwd', '', time()-1000); header("Location: /"); require('system/foot.php'); ?>