Empty commit

This commit is contained in:
Git 2012-03-26 08:00:18 +00:00
parent 7b23e3cbea
commit 4af87b5068
2 changed files with 19 additions and 1 deletions

View File

@ -6,3 +6,21 @@ PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.ge
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=MrBillhelm&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=oinky&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=jofwolves&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=jofwolves&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=zdeevfm&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044
PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=ulchm&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
in /var/www/vhosts/what/sections/irc/index.php on line 1044

View File

@ -4,7 +4,7 @@ function compare($X, $Y){
return($Y['score'] - $X['score']);
}
define(MAX_PERS_COLLAGES, 3); // How many personal collages should be shown by default
define('MAX_PERS_COLLAGES', 3); // How many personal collages should be shown by default
include(SERVER_ROOT.'/sections/bookmarks/functions.php'); // has_bookmarked()
include(SERVER_ROOT.'/classes/class_text.php');