gaim/www

update tags
default tip
2019-09-10, convert-repo
7d915c997ccd
update tags
<?
$x = fopen("m.c", "r+");
if ($x) {
echo "open";
fclose($x);
} else {
echo "not";
}
?>