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

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

ファイルの表示

@ -1,3 +1,3 @@
<?php
$d_root=realpath('./');if($d_root===false){$d_root='.';}
$f=$d_root.'/hide_php/menu.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/menu.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/oekaki.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/oekaki.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/search.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/search.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/thread.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/thread.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/user_page.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/user_page.php';if(file_exists($f)){require$f;}