Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 697 → Rev 698

/web/acc/phpsysinfo/includes/xml/portail.php
67,7 → 67,7
else {
fclose($sock);
if ($sock = @fsockopen($host2, $port, $num, $error, 2)) {
fputs($sock,"GET http://$host2/images/M_images/weblink.png HTTP/1.0\n\n");
fputs($sock,"GET http://$host2/images/M_images/weblink3.png HTTP/1.0\n\n");
fclose($sock); }
return true;
}