This is an automated email generated because a ref change occurred in the
git repository for project duojsonparge.git.
The branch, master has been updated
via 59b9d01b3f9411e75d0caea809bdf2169859e6ff (commit)
via 0cc19a440d2b9b9311c88069c3b4267081560de3 (commit)
from a83a80f077e3f06aa927a54a9fee5a9f9dfa5f3b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0cc19a440d2b9b9311c88069c3b4267081560de3
Author: Someone <
hahahaha...@airmail.cc>
Date: Fri, 9 Feb 2024 09:40:02 +0700
URL: <
https://repo.or.cz/duojsonparge.git/0cc19a440d2b9b93>
navigation for returning to list
---
comment/view.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/comment/view.php b/comment/view.php
index 4b025fe485a4..25b1de173d8b 100644
--- a/comment/view.php
+++ b/comment/view.php
@@ -52,6 +52,7 @@ fclose($file);
$page_title = $arr['title'];
include "{$_SERVER['DOCUMENT_ROOT']}/extra/header.html";
+echo "<p><a href=\"/comment/\">danh sách bài viết</a></p>";
echo "<h1>{$arr['title']}</h1>";
if (!isset($arr['user']['deactivated'])) {
echo "<pre>{$arr['user']['username']}</pre>";
commit 59b9d01b3f9411e75d0caea809bdf2169859e6ff
Author: Someone <
hahahaha...@airmail.cc>
Date: Fri, 9 Feb 2024 09:47:09 +0700
URL: <
https://repo.or.cz/duojsonparge.git/59b9d01b3f9411e7>
add page title
---
index.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/index.php b/index.php
index 0712f1631cf6..55ab78d8b207 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,5 @@
<?php
+$page_title = "Lưu trữ diễn đàn Duolingo tiếng Việt (894)";
include "{$_SERVER['DOCUMENT_ROOT']}/extra/header.html";
?>
<h1>Lưu trữ diễn đàn Duolingo tiếng Việt (894)</h1>
-----------------------------------------------------------------------
Summary of changes:
comment/view.php | 1 +
index.php | 1 +
2 files changed, 2 insertions(+)
repo.or.cz automatic notification. Contact project admin
hahahaha...@gmail.com
if you want to unsubscribe, or site admin
ad...@repo.or.cz if you receive
no reply.
--
duojsonparge.git ("UNNAMED PROJECT")