gaim/www

Update for meanwhile. Someone fix the URL for the meanwhile lib when it is available.
<?
$x = fopen("m.c", "r+");
if ($x) {
echo "open";
fclose($x);
} else {
echo "not";
}
?>