mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
feat: extract MediaController, wire into Dispatcher, delete media.php
This commit is contained in:
@@ -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