set_mime($event->mime); $page->set_mode(PageMode::FILE); $page->set_file($event->path, $event->file_modified); $event->stop_processing = true; } }