8 lines
155 B
PHP
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;
|