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