Files
2026-06-03 01:28:23 -04:00

6 lines
95 B
PHP

<?php
require_once __DIR__ . '/auth.php';
admin_logout();
header('Location: login.php');
exit;