gaku-ura/bbs.php

4 行
127 B
PHP

<?php
$d_root=realpath('./');if ($d_root===false){$d_root='.';}
$f=$d_root.'/hide_php/bbs.php';if(file_exists($f)){require$f;}