gaim/www

Make this look right.

2006-04-04, Richard Laager
f43a67d81a6b
Make this look right.
<?
$x = fopen("m.c", "r+");
if ($x) {
echo "open";
fclose($x);
} else {
echo "not";
}
?>