Yet another URL protection. should fix #16
这个提交存在于:
父节点
14199cf9b3
当前提交
e1972e64bd
共有 2 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -54,7 +54,7 @@ order by substr (upper (sort), 1, 1)');
|
||||||
{
|
{
|
||||||
array_push ($entryArray, new Entry ($post->title, Author::getEntryIdByLetter ($post->title),
|
array_push ($entryArray, new Entry ($post->title, Author::getEntryIdByLetter ($post->title),
|
||||||
str_format (localize("authorword.many"), $post->count), "text",
|
str_format (localize("authorword.many"), $post->count), "text",
|
||||||
array ( new LinkNavigation ("?page=".parent::PAGE_AUTHORS_FIRST_LETTER."&id=".$post->title))));
|
array ( new LinkNavigation ("?page=".parent::PAGE_AUTHORS_FIRST_LETTER."&id=". rawurlencode ($post->title)))));
|
||||||
}
|
}
|
||||||
return $entryArray;
|
return $entryArray;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
book.php
2
book.php
|
|
@ -316,7 +316,7 @@ order by substr (upper (sort), 1, 1)");
|
||||||
{
|
{
|
||||||
array_push ($entryArray, new Entry ($post->title, Book::getEntryIdByLetter ($post->title),
|
array_push ($entryArray, new Entry ($post->title, Book::getEntryIdByLetter ($post->title),
|
||||||
str_format (localize("bookword.many"), $post->count), "text",
|
str_format (localize("bookword.many"), $post->count), "text",
|
||||||
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_BOOKS_LETTER."&id=".$post->title))));
|
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_BOOKS_LETTER."&id=". rawurlencode ($post->title)))));
|
||||||
}
|
}
|
||||||
return $entryArray;
|
return $entryArray;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
添加表格
添加链接
在新工单中引用