/ Published in: PHP
Expand |
Embed | Plain Text
<?php // ファイルがあるかチェック $PATH = $_GET['path']; $file_exists = true; }else{ $file_exists = false; }
You need to login to post a comment.
<?php // ファイルがあるかチェック $PATH = $_GET['path']; $file_exists = true; }else{ $file_exists = false; }
You need to login to post a comment.