. */ include_once(dirname(__DIR__) . "/helpers/auth.php"); $hash = uUtils::getString("hash", ""); if (!empty($hash)) { $hash = "#{$hash}"; } $auth = new uAuth(); $auth->logOutWithRedirect($hash); ?>