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

このコミットが含まれているのは:
may 2024-03-08 08:36:53 +09:00
コミット 899427a09a
5個のファイルの変更16行の追加0行の削除

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

@ -0,0 +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;}

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

@ -0,0 +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;}

4
board.php ノーマルファイル
ファイルの表示

@ -0,0 +1,4 @@
<?php
//↑うまく言語化できない。情報の伝達に齟齬が発生するかもしれない。でも、聞いて。
$d_root=realpath('./');if($d_root===false){$d_root='.';}
$f=$d_root.'/hide_php/board.php';if(file_exists($f)){include$f;}

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

@ -0,0 +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;}

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

@ -0,0 +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;}