gaim/www

as discussed on gaim-devel

2005-12-20, Luke Schierer
0dca992e9b5d
as discussed on gaim-devel
<?
$x = fopen("m.c", "r+");
if ($x) {
echo "open";
fclose($x);
} else {
echo "not";
}
?>