Files
crash-processor/htdocs/logout.php
Latif Khalifa d54d4c277a Initial import
2013-10-03 07:31:47 +02:00

16 lines
271 B
PHP

<?php
define("SITE_ROOT", realpath(dirname(__file__)));
require_once SITE_ROOT . "/lib/init.php";
$S->remove();
http::redirect("/");
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
*/