Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
/public_html の外に必要な構成ファイルがあるので、次のように取得します。
define('FILE_PATH', dirname( __FILE__ ) . '/' ); require(FILE_PATH . '../private/config.php');
PHP 5.4 を使用していますが、これを行う際にセキュリティ上の懸念はありますか? ありがとう。
いいえ、検証されていないユーザー入力に基づいてパスの一部を作成しない限り、これは問題ありません。