チェンジセット 80: trunk/install/php/StarlightBreaker
- コミット日時:
- 2008/06/30 16:44:42 (16 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/StarlightBreaker /sb-edit.php
r57 r80 16 16 */ 17 17 18 19 18 include("./foltialib.php"); 19 $con = m_connect(); 20 21 if ($useenvironmentpolicy == 1){ 22 if (!isset($_SERVER['PHP_AUTH_USER'])) { 23 header("WWW-Authenticate: Basic realm=\"foltia\""); 24 header("HTTP/1.0 401 Unauthorized"); 25 redirectlogin(); 26 exit; 27 } else { 28 login($con,$_SERVER['PHP_AUTH_USER'],$_SERVER['PHP_AUTH_PW']); 29 } 30 }//end if login 31 20 32 21 33 $pid = getgetform(pid); … … 47 59 48 60 49 $con = m_connect();50 61 $query = " 51 62 SELECT … … 188 199 if ($tid > 0){ 189 200 print " 190 201 <br /> 191 202 参考リンク:<a href = \"http://cal.syoboi.jp/tid/$tid/\" target=\"_blank\"> $title</a> "; 192 203 if ($countno != ""){ 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);