Files
TSN-Ranksystem/other/session_handling.php
Newcomer1989 f7d7aedc5a release 1.3.22
2023-02-01 20:44:58 +01:00

10 lines
292 B
PHP

<?PHP
require_once(dirname(__DIR__).DIRECTORY_SEPARATOR.'other/_functions.php');
require_once(dirname(__DIR__).DIRECTORY_SEPARATOR.'other/config.php');
$prot = start_session($cfg);
if(isset($_POST['stats_news_html'])) {
unset($_SESSION[$rspathhex.$_POST['stats_news_html']]);
}
?>