38395-vm/logout.php
Flatlogic Bot 4a91088287 sadiq
2026-02-13 15:07:39 +00:00

6 lines
123 B
PHP

<?php
require_once 'db/config.php';
session_start();
session_destroy();
header('Location: ' . APP_URL . 'index.php');
exit;