Menu

#1 No hublist

open
nobody
None
5
2003-05-22
2003-05-22
Anonymous
No

phpdc.inc.php line 457

original:
if (!($arq = @fopen($filename, "r")))
print "unable to get server list";
return 0;

fixed:
if (!($arq = @fopen($filename, "r"))){
print "unable to get server list";
return 0;
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.