39038-vm/admin_manage_locations.php
2026-03-14 13:13:28 +00:00

8 lines
178 B
PHP

<?php
declare(strict_types=1);
require_once __DIR__ . '/includes/app.php'; require_role('admin');
header('Location: ' . url_with_lang('admin_countries.php'), true, 302);
exit;