• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision01ea2c3c466b07248175103aec909653cc2b46eb (tree)
Time2021-12-05 03:19:18
Authorumorigu <umorigu@gmai...>
Commiterumorigu

Log Message

Top page URL is equalto get_base_uri()

Change Summary

Incremental Difference

--- a/lib/html.php
+++ b/lib/html.php
@@ -70,7 +70,7 @@ function catbody($title, $page, $body)
7070 $_LINK['rss10'] = "$script?cmd=rss&amp;ver=1.0"; // Same as 'rdf'
7171 $_LINK['rss20'] = "$script?cmd=rss&amp;ver=2.0";
7272 $_LINK['search'] = "$script?cmd=search";
73- $_LINK['top'] = get_page_uri($defaultpage);
73+ $_LINK['top'] = get_base_uri();
7474 $_LINK['unfreeze'] = "$script?cmd=unfreeze&amp;page=$r_page";
7575 $_LINK['upload'] = "$script?plugin=attach&amp;pcmd=upload&amp;page=$r_page";
7676 $_LINK['canonical_url'] = $canonical_url;