mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 10:31:37 +00:00
Empty commit
This commit is contained in:
parent
4a9e5ff945
commit
a6d76fecbb
@ -87,13 +87,13 @@
|
||||
}
|
||||
if(in_array($Short, array('collages_comment', 'post', 'requests_comment', 'thread', 'torrents_comment'))) {
|
||||
$Channels[] = "#forumreports";
|
||||
|
||||
}
|
||||
|
||||
foreach($Channels as $Channel) {
|
||||
send_irc("PRIVMSG ".$Channel." :".$ReportID." - ".$LoggedUser['Username']." just reported a ".$Short.": https://".SSL_SITE_URL."/".$Link." : ".strtr($Reason, "\n", " "));
|
||||
}
|
||||
|
||||
|
||||
$Cache->delete_value('num_other_reports');
|
||||
|
||||
header('Location: '.$Link);
|
||||
|
@ -540,6 +540,7 @@ function header_link($SortKey,$DefaultWay="desc") {
|
||||
|
||||
|
||||
?>
|
||||
<div class="thin">
|
||||
<form class="search_form" name="torrents" method="get" action="">
|
||||
<div class="filter_torrents <?=$AdvancedSearch ? 'ft_advanced' : 'ft_basic'?>">
|
||||
<h3>
|
||||
@ -1103,4 +1104,5 @@ function header_link($SortKey,$DefaultWay="desc") {
|
||||
?>
|
||||
</table>
|
||||
<div class="linkbox"><?=$Pages?></div>
|
||||
</div>
|
||||
<? View::show_footer(); ?>
|
||||
|
@ -134,6 +134,7 @@ function header_link($SortKey, $DefaultWay = "desc") {
|
||||
View::show_header('My notifications', 'notifications');
|
||||
|
||||
?>
|
||||
<div class="thin">
|
||||
<div class="header">
|
||||
<h2>Latest notifications</h2>
|
||||
</div>
|
||||
@ -298,4 +299,5 @@ function header_link($SortKey, $DefaultWay = "desc") {
|
||||
<div class="linkbox">
|
||||
<?=$Pages?>
|
||||
</div>
|
||||
</div>
|
||||
<? View::show_footer(); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user