refactor page mime routing to init multimedia support

This commit is contained in:
yggverse 2024-07-18 11:19:08 +03:00
parent 720f9ebbae
commit 81595f0b79
6 changed files with 223 additions and 195 deletions

View file

@ -62,7 +62,7 @@ class Save
{
file_put_contents(
$dialog->get_filename(),
$page->content->data->raw
$page->content->getSource()
);
}
}