Minahito
minah****@users*****
2006年 9月 15日 (金) 17:48:38 JST
Index: xoops2jp/html/install/class/settingmanager.php diff -u xoops2jp/html/install/class/settingmanager.php:1.2.8.3 xoops2jp/html/install/class/settingmanager.php:1.2.8.4 --- xoops2jp/html/install/class/settingmanager.php:1.2.8.3 Thu Sep 14 19:23:15 2006 +++ xoops2jp/html/install/class/settingmanager.php Fri Sep 15 17:48:38 2006 @@ -29,7 +29,7 @@ * setting manager for XOOPS installer * * @author Haruki Setoyama <haruk****@plane*****> -* @version $Id: settingmanager.php,v 1.2.8.3 2006/09/14 10:23:15 minahito Exp $ +* @version $Id: settingmanager.php,v 1.2.8.4 2006/09/15 08:48:38 minahito Exp $ * @access public **/ class setting_manager { @@ -72,7 +72,7 @@ if ( substr($filepath, -1) == '/' ) { $filepath = substr($filepath, 0, -1); } - $protocol = (!empaty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https://' : 'http://'; + $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https://' : 'http://'; $this->xoops_url = (!empty($filepath)) ? $protocol.$_SERVER['HTTP_HOST'].'/'.$filepath : $protocol.$_SERVER['HTTP_HOST']; } }