<?php use SCF\Core\DI; use SCF\Core\Authentication; $auth->logout(); header("Location: ".$settings->getValue('siteaddr'),true, 301); exit();