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

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

ファイルの表示

@ -1,3 +1,3 @@
<?php
$d_root=realpath('./');if($d_root===false){$d_root='.';}
$f=$d_root.'/hide_php/MarisaDB.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/MarisaDB.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/MarisaDB1.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/MarisaDB1.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/img.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/img.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/index.php';if(file_exists($f)){include$f;}
$f=$d_root.'/hide_php/index.php';if(file_exists($f)){require$f;}

3
login.php ノーマルファイル
ファイルの表示

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