From dc707dcf1ee1fd9d7d99c2822b20247cc5208418 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 5 Sep 2024 14:07:45 +0200 Subject: [PATCH] change cafeyn file name --- epub.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epub.php b/epub.php index 7dbdac6..562347c 100644 --- a/epub.php +++ b/epub.php @@ -207,8 +207,8 @@ $epub = new TPEpubCreator(); $epub->temp_folder = 'temp/'; - $epub->epub_file = 'epub/' . $pubname . '.epub'; - $epub->title = $pubname . ' ' . $today ; + $epub->epub_file = 'epub/' . $pubname . 'cafeyn.epub'; + $epub->title = $pubname . ' Cafeyn - ' . $today ; $list = (array)$publication->articles; $page = 1;