gaku-ura/index.php

4 行
128 B
PHP
Raw パーマリンク 通常表示 履歴

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