Skip to content

Commit 26d5bcf

Browse files
author
Git
committed
Empty commit
1 parent 29de6bd commit 26d5bcf

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

classes/notificationsmanager.class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ public static function send_push($UserIDs, $Title, $Body, $URL = '', $Type = sel
761761

762762
if ($Service === 'PushBullet') {
763763
$Options["user"]["device"] = $PushOptions['PushDevice'];
764-
764+
765765
}
766766

767767
$JSON = json_encode($Options);
@@ -772,7 +772,7 @@ public static function send_push($UserIDs, $Title, $Body, $URL = '', $Type = sel
772772
('$Service', 1)
773773
ON DUPLICATE KEY UPDATE
774774
TimesUsed = TimesUsed + 1");
775-
775+
776776
$PushServerSocket = fsockopen("127.0.0.1", 6789);
777777
fwrite($PushServerSocket, $JSON);
778778
fclose($PushServerSocket);

classes/pushserver.class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private function push_pushover($UserKey, $Title, $Message, $URL) {
152152
* @param $Message Notification message
153153
* @param $URL For compatibility with other command. Just gets appended.
154154
*/
155-
private function push_pushbullet($UserKey, $DeviceID,
155+
private function push_pushbullet($UserKey, $DeviceID,
156156
$Title, $Message, $URL) {
157157
if (!empty($URL)) {
158158
$Message .= ' ' . $URL;
@@ -175,7 +175,7 @@ private function push_pushbullet($UserKey, $DeviceID,
175175
echo "Push sent to Pushbullet";
176176
curl_close($Curl);
177177

178-
178+
179179

180180
}
181181
}

feeds.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
/*------------------------------------------------------*/
77
/********************************************************/
88

9-
// Lets prevent people from clearing feeds
9+
// Let's prevent people from clearing feeds
1010
if (isset($_GET['clearcache'])) {
1111
unset($_GET['clearcache']);
1212
}
1313

14-
require 'classes/config.php'; // The config contains all site wide configuration information as well as memcached rules
14+
require 'classes/config.php'; // The config contains all site-wide configuration information as well as memcached rules
1515

1616
require(SERVER_ROOT.'/classes/misc.class.php'); // Require the misc class
1717
require(SERVER_ROOT.'/classes/cache.class.php'); // Require the caching class
@@ -27,7 +27,7 @@ function is_number($Str) {
2727
if ($Str < 0) {
2828
return false;
2929
}
30-
// We're converting input to a int, then string and comparing to original
30+
// We're converting input to an int, then string, and comparing to the original
3131
return ($Str == strval(intval($Str)) ? true : false);
3232
}
3333

static/styles/80char/style.css

+12-12
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ tr.peer_list td {
859859
}
860860

861861
.hide {
862-
display:none;
862+
display: none;
863863
}
864864

865865

@@ -888,7 +888,7 @@ ul.poll li.graph {
888888
height: 28px;
889889
background: url('https://what.cd/static/styles/postmod/images/show.png') no-repeat center center;
890890
-moz-opacity: 0.5;
891-
opacity:.50;
891+
opacity: 0.50;
892892
filter: alpha(opacity=50);
893893
}
894894

@@ -897,7 +897,7 @@ ul.poll li.graph {
897897
height: 28px;
898898
background: url('https://what.cd/static/styles/postmod/images/hide.png') no-repeat center center;
899899
-moz-opacity: 0.5;
900-
opacity:.50;
900+
opacity: 0.50;
901901
filter: alpha(opacity=50);
902902
}
903903

@@ -913,13 +913,13 @@ ul.poll li.graph {
913913
}
914914

915915
.filter_torrents {
916-
width:750px;
917-
margin:auto;
916+
width: 750px;
917+
margin: auto;
918918
}
919919

920920
.filter_torrents .submit {
921-
text-align:right;
922-
padding-top:5px;
921+
text-align: right;
922+
padding-top: 5px;
923923
}
924924

925925
#content form.search_form + .torrent_table {
@@ -1112,9 +1112,9 @@ ul .invitetree {
11121112
width: 100%;
11131113
height: 100%;
11141114
background: #111 50% 0 no-repeat fixed;
1115-
z-index:1001;
1115+
z-index: 1001;
11161116
-moz-opacity: 0.9;
1117-
opacity:.90;
1117+
opacity: 0.90;
11181118
filter: alpha(opacity=90);
11191119
}
11201120

@@ -1126,7 +1126,7 @@ ul .invitetree {
11261126
width: 90%;
11271127
height: 90%;
11281128
padding: 0px;
1129-
z-index:1002;
1129+
z-index: 1002;
11301130
overflow: auto;
11311131
}
11321132

@@ -1165,7 +1165,7 @@ input[type=text], input[type="password"] {
11651165
border-width: 1px;
11661166
}
11671167

1168-
#quickpost input[type=text], .box_search input[type=text], #AddArtists input[type=text], .add_torrent_container input[type=text], .add_torrent_container input[type=text], .box_addtag input[type=text], .pad .search_form input[type=text], .edit_form input[type=text], .rename_form input[type=text], .merge_form input[type=text], #compose input[type=text], .add_form input[type=text]{
1168+
#quickpost input[type=text], .box_search input[type=text], #AddArtists input[type=text], .add_torrent_container input[type=text], .add_torrent_container input[type=text], .box_addtag input[type=text], .pad .search_form input[type=text], .edit_form input[type=text], .rename_form input[type=text], .merge_form input[type=text], #compose input[type=text], .add_form input[type=text] {
11691169
background: #fff;
11701170
border: 1px solid #bbbbbb;
11711171
color: #000000
@@ -1291,4 +1291,4 @@ margin: 3px;
12911291
color: #000000;
12921292
text-decoration: none;
12931293
border: none;
1294-
}
1294+
}

0 commit comments

Comments
 (0)