- コミット日時:
- 2008/06/30 16:44:42 (16 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/StarlightBreaker /sb-write.php
r56 r80 18 18 19 19 //�鴻�����潟������include("./sb-config.php"); 20 include("./foltialib.php"); 21 $con = m_connect(); 20 22 21 include("./foltialib.php"); 23 if ($useenvironmentpolicy == 1){ 24 if (!isset($_SERVER['PHP_AUTH_USER'])) { 25 header("WWW-Authenticate: Basic realm=\"foltia\""); 26 header("HTTP/1.0 401 Unauthorized"); 27 redirectlogin(); 28 exit; 29 } else { 30 login($con,$_SERVER['PHP_AUTH_USER'],$_SERVER['PHP_AUTH_PW']); 31 } 32 }//end if login 33 22 34 23 35 $tid = getgetnumform(tid);