2 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
5 require_once ("./inc/settings.php");
7 $cookie_name = sprintf ("%sauth", DBPREFIX);
8 setcookie ($cookie_name, "", time () - 3600, "" , "",false, true);
9 header ('Location: index.php');