mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Фиксы ссылок на форум, дампа Ocelot
Небольшие работы со стилистикой и исправления некоторых ссылок.
This commit is contained in:
parent
036bbae358
commit
41b0894d3d
9 changed files with 39 additions and 40 deletions
2
dl.php
2
dl.php
|
@ -207,7 +207,7 @@ else
|
|||
{
|
||||
global $template;
|
||||
|
||||
$redirect_url = isset($_POST['redirect_url']) ? $_POST['redirect_url'] : (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/' );
|
||||
$redirect_url = isset($_POST['redirect_url']) ? $_POST['redirect_url'] : (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/');
|
||||
$message = '<form action="'. DOWNLOAD_URL . $attachment['attach_id'] .'" method="post">';
|
||||
$message .= $lang['CONFIRM_CODE'];
|
||||
$message .= '<div class="mrg_10">'. CAPTCHA()->get_html() .'</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue