Nonce: $nonce <br><br>
HTML
-print "<a href=\"$BASE_URL/gitai-log/$repo/$branch/$prev/r$rand\">← новее</a> "
+print "<a href=\"$BASE_URL/git4ai-log/$repo/$branch/$prev/r$rand\">← новее</a> "
if $offset > 0;
-print "<a href=\"$BASE_URL/gitai-log/$repo/$branch/$next/r$rand\">старее →</a>"
+print "<a href=\"$BASE_URL/git4ai-log/$repo/$branch/$next/r$rand\">старее →</a>"
if @commits == $PER_PAGE;
print "\n<table border='1' cellpadding='4'>\n";
for my $c (@commits) {
my $short = substr($c->{hash}, 0, 8);
- my $show_url = "$BASE_URL/gitai-show/$repo/$c->{hash}";
- my $tree_url = "$BASE_URL/gitai-ls-tree/$repo/$c->{hash}/0/r$rand";
+ my $show_url = "$BASE_URL/git4ai-show/$repo/$c->{hash}";
+ my $tree_url = "$BASE_URL/git4ai-ls-tree/$repo/$c->{hash}/0/r$rand";
print "<tr>";
print "<td><a href=\"$show_url\">$short</a></td>";
print "<td><a href=\"$tree_url\">tree</a></td>";