correct baseurl promo

This commit is contained in:
Andrey Kuvshinov
2020-04-07 20:11:09 +03:00
parent c7c6a946b1
commit 49a108a1c8

View File

@@ -84,7 +84,7 @@ function promo_kuri($hash, $page = 1, $scale = 2, $promo = false){
if (!$promo)
$filedown = False;
$baseurl = "/read/$hash/";
$baseurl = "/promo/$hash/";
if ($page < $maxpage){
$nextpage = $page + 1;