- manga import
- read from cbz
- save cbz from scrapping
- menu interactions
This commit is contained in:
Jérémy Guillot
2024-06-27 11:28:45 +02:00
parent d52b724df5
commit 115e4336ab
28 changed files with 1239 additions and 302 deletions

View File

@@ -1,3 +1,7 @@
upload_max_filesize = 512M
post_max_size = 512M
memory_limit = 512M
expose_php = 0
date.timezone = UTC
apc.enable_cli = 1