チェンジセット 70: trunk/install/php/folcast.php

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

環境ポリシー機能搭載

ファイル:

凡例:

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

    r64 r70  
    2222header('Content-Disposition: attachment; filename="folcast.xml"'); 
    2323 
    24   include("./foltialib.php"); 
     24include("./foltialib.php"); 
    2525$con = m_connect(); 
    26  
     26/* 
     27if ($useenvironmentpolicy == 1){ 
     28        if (!isset($_SERVER['PHP_AUTH_USER'])) { 
     29            header("WWW-Authenticate: Basic realm=\"foltia\""); 
     30            header("HTTP/1.0 401 Unauthorized"); 
     31                redirectlogin(); 
     32            exit; 
     33        } else { 
     34        login($con,$_SERVER['PHP_AUTH_USER'],$_SERVER['PHP_AUTH_PW']); 
     35        } 
     36}//end if login 
     37*/ 
    2738$now = date("YmdHi");    
    2839$nowrfc822 =  date("r"); 
track feed