Should fix loading of tbszip on Linux. Don't know why it works on Windows without it.
This commit is contained in:
父節點
012ffb9bf0
當前提交
ae37c13711
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
1
book.php
1
book.php
|
@ -12,6 +12,7 @@ require_once('author.php');
|
|||
require_once('tag.php');
|
||||
require_once ("customcolumn.php");
|
||||
require_once('data.php');
|
||||
require_once('php-epub-meta/tbszip.php');
|
||||
require_once('php-epub-meta/epub.php');
|
||||
|
||||
// Silly thing because PHP forbid string concatenation in class const
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue