gaku-ura/thread.php

4 行
129 B
PHP

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