togethere.cloud/public_html/account/logout.php

9 lines
222 B
PHP

<?php
require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/session_bootstrap.php';
og_session_destroy_auth(true);
// Przekierowanie na stronę logowania
header('Location: https://togethere.cloud/login/');
exit();