Skip to content

Commit c560e50

Browse files
committed
Commit minor changes
1 parent c18610a commit c560e50

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

extlib/Auth/OpenID/CryptUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* The filename for a source of random bytes. Define this yourself
2121
* if you have a different source of randomness.
2222
*/
23-
define('Auth_OpenID_RAND_SOURCE', null);
23+
define('Auth_OpenID_RAND_SOURCE', '/dev/urandom');
2424
}
2525

2626
class Auth_OpenID_CryptUtil {

plugins/Awesomeness/AwesomenessPlugin.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ function onEndShowSections(Action $action)
7373

7474
$action->raw(
7575
<<<EOT
76+
<div style="margin: 0 auto; width: 80%;">
77+
<a href="http://internetdefenseleague.org"><img src="http://internetdefenseleague.org/images/badges/final/side_bar_badge.png" alt="Member of The Internet Defense League"/></a>
78+
<br />
7679
<a href="http://www.cornify.com" onclick="cornify_add();return false;">
7780
<img src="http://www.cornify.com/assets/cornify.gif" width="61" height="16" border="0" alt="Cornify" />
7881
</a>
@@ -83,6 +86,7 @@ function onEndShowSections(Action $action)
8386
js.src = 'http://www.cornify.com/js/cornify.js';
8487
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(js);
8588
})();</script>
89+
</div>
8690
EOT
8791
);
8892

plugins/Metoer/MetoerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
2+
error_reporting(0);
33
if (!defined('STATUSNET')) {
44
// This check helps protect against security problems;
55
// your code file can't be executed directly from the web.

plugins/Metoer/meteor_cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
error_reporting(0);
23
/* evercookie, by samy kamkar, 09/20/2010
34
* http://samy.pl : code@samy.pl
45
*

plugins/Metoer/meteor_etag.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
error_reporting(0);
23
/* evercookie, by samy kamkar, 09/20/2010
34
* http://samy.pl : code@samy.pl
45
*

plugins/RDNPlus/js/rdnrefresh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function delButton(newPosts) {
237237
submit.bind('click', function() {
238238
$.ajax({
239239
type: 'POST',
240-
dataType: 'text',
240+
dataType: 'text/html',
241241
url: form.attr('action'),
242242
data: form.serialize() + '&ajax=1&yes=yes',
243243
beforeSend: function(xhr) {

0 commit comments

Comments
 (0)