Should fix loading of tbszip on Linux. Don't know why it works on Windows without it.
这个提交存在于:
父节点
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('tag.php');
|
||||||
require_once ("customcolumn.php");
|
require_once ("customcolumn.php");
|
||||||
require_once('data.php');
|
require_once('data.php');
|
||||||
|
require_once('php-epub-meta/tbszip.php');
|
||||||
require_once('php-epub-meta/epub.php');
|
require_once('php-epub-meta/epub.php');
|
||||||
|
|
||||||
// Silly thing because PHP forbid string concatenation in class const
|
// Silly thing because PHP forbid string concatenation in class const
|
||||||
|
|
|
||||||
正在加载…
添加表格
添加链接
在新工单中引用