mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1797 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b765e62490
commit
8ec344e286
3 changed files with 9 additions and 3 deletions
|
|
@ -92,6 +92,12 @@
|
|||
$this->_set('logged_info', NULL);
|
||||
}
|
||||
|
||||
$logged_info->is_admin = 'Y';
|
||||
$this->_set('is_logged', true);
|
||||
$this->_set('logged_info', $logged_info);
|
||||
$_SESSION['loggedin_info'] = $logged_info;
|
||||
$_SESSION['is_logged'] = true;
|
||||
|
||||
// rewrite 모듈사용 상태 체크
|
||||
if(file_exists('./.htaccess')&&in_array('mod_rewrite',apache_get_modules())) $this->allow_rewrite = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
|
||||
// This must be a path to a blank image. That's all the configuration you need.
|
||||
|
||||
if (typeof blankImg == 'undefined') var blankImg = '../img/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
if (typeof blankImg == 'undefined') var blankImg = '../images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
|
||||
|
||||
function filt(s, m)
|
||||
|
|
@ -61,4 +61,4 @@ function doFix()
|
|||
doFix();
|
||||
|
||||
</script>
|
||||
</public:component>
|
||||
</public:component>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
.box_login .checkbox { width:15px; height:15px; margin:-1px 0px 0px -1px; margin-right:2px; }
|
||||
.box_login .clear { clear:both; }
|
||||
|
||||
.openid_login { clear:both; height:38px; border:3px solid #D5D8DB; margin:0 0 10px 0; }
|
||||
.openid_login { clear:both; height:38px; border:3px solid #D5D8DB; background-color:#FFFFFF; margin:0 0 10px 0; }
|
||||
.openid_login .openid_user_id { width:120px; _width:110px; background: url(../images/openid_login_bg.gif) left no-repeat; background-color: #ffffff; background-position: 0 50%; padding:3px 3px 3px 18px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:16px; line-height:1em; vertical-align:middle; margin-bottom:.5em; color:#666666;}
|
||||
|
||||
.openid_login .buttonTypeA { display:block; cursor:pointer; background:url(../images/default/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue