gaim/www

22faad319af1
try this, the existing link doesn't work (404)
<?
$x = fopen("m.c", "r+");
if ($x) {
echo "open";
fclose($x);
} else {
echo "not";
}
?>