mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 11:39:18 +02:00
6 lines
152 B
PHP
6 lines
152 B
PHP
<?php
|
|
// import.php is no longer a standalone page.
|
|
// CSV import is handled inline on the list page via a dialog.
|
|
header('Location: /admin/');
|
|
exit();
|