チェンジセット 70: trunk/install/php/folcast.php
- コミット日時:
- 2008/01/24 18:27:18 (17 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/folcast.php
r64 r70 22 22 header('Content-Disposition: attachment; filename="folcast.xml"'); 23 23 24 24 include("./foltialib.php"); 25 25 $con = m_connect(); 26 26 /* 27 if ($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 */ 27 38 $now = date("YmdHi"); 28 39 $nowrfc822 = date("r");