gaku-ura/user_page.php

3 行
131 B
PHP
Raw 通常表示 履歴

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