39038-vm/admin_manage_locations.php
2026-03-07 17:29:29 +00:00

8 lines
155 B
PHP

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