ACC SHELL
<?
//hlavicka - zamezeni ukladani do cache
Header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
Header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
Header("Cache-Control: no-cache, must-revalidate");
Header("Pragma: no-cache");
require "./classes/classes.php";
//include"./smtpx.php";
//include"./cfg_smtp.php";
$pripojeni = new CDatabaze ( $conf_uzivatel, $conf_heslodb, $conf_server, $conf_databaze);
session_start();
session_unset();
session_destroy();
//$path = SubStr($SCRIPT_NAME, 0, StrRPos($SCRIPT_NAME, "/"))."index.html";
//Header("Location: http://$SERVER_NAME:$SERVER_PORT$path");
Header("Location: ./");
?>
ACC SHELL 2018