define("USER","kaiso1"); ユーザー名の設定 define("PASS","3939"); パスワードの設定 if (!isset($PHP_AUTH_USER)) { // 中身が空なら、ダイアログボックスを表示させるヘッダーを送る。 header('WWW-Authenticate: Basic realm="Authentication"'); header('HTTP/1.0 401 Unauthorized'); echo 'ユーザーの認証が必要です。'; exit; } else if (isset($PHP_AUTH_USER)) { if ((USER != "$PHP_AUTH_USER") || (PASS != "$PHP_AUTH_PW")) { header('WWW-Authenticate: Basic realm="Authentication"'); header('HTTP/1.0 401 Unauthorized'); echo 'ユーザーの認証が必要です。'; exit; } } Untitled Page

ボーイスカウト海草第1団 過去の写真のページ

2007年度