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

Starlight Breaker update:apply env polycy

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • 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