mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
feat: extract MediaController, wire into Dispatcher, delete media.php
This commit is contained in:
5
app/public/admin/import.php
Normal file
5
app/public/admin/import.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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();
|
||||
Reference in New Issue
Block a user