チェンジセット 80

差分発生行の前後
無視リスト:
コミット日時:
2008/06/30 16:44:42 (16 年前)
コミッタ:
sorshi
ログメッセージ:

Starlight Breaker update:apply env polycy

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/install/php/StarlightBreaker /sb-edit.php

    r57 r80  
    1616*/ 
    1717 
    18  
    1918include("./foltialib.php"); 
     19$con = m_connect(); 
     20 
     21if ($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 
    2032 
    2133$pid = getgetform(pid); 
     
    4759 
    4860 
    49 $con = m_connect(); 
    5061$query = " 
    5162SELECT  
     
    188199if ($tid > 0){ 
    189200print " 
    190  
     201<br /> 
    191202参考リンク:<a href = \"http://cal.syoboi.jp/tid/$tid/\" target=\"_blank\"> $title</a> ";  
    192203        if ($countno != ""){  
  • trunk/install/php/StarlightBreaker /sb-write.php

    r56 r80  
    1818 
    1919//�鴻�����潟������include("./sb-config.php"); 
     20include("./foltialib.php"); 
     21$con = m_connect(); 
    2022 
    21 include("./foltialib.php"); 
     23if ($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 
    2234 
    2335$tid = getgetnumform(tid); 
track feed