"ext" にファイルをアップロード

このコミットが含まれているのは:
may 2024-03-25 15:43:47 +09:00
コミット ef5cf2bd23
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -1,3 +1,3 @@
<?php
$d_root=realpath('../');if($d_root===false){$d_root='..';}
$f=$d_root.'/hide_php/ext_board.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/ext_board.php';if(file_exists($f)){require$f;}

ファイルの表示

@ -1,3 +1,3 @@
<?php
$d_root=realpath('../');if($d_root===false){$d_root='..';}
$f=$d_root.'/hide_php/mkboard.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/mkboard.php';if(file_exists($f)){require$f;}