mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@906 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f44ce411f2
commit
7b70b78379
6 changed files with 80 additions and 12 deletions
|
|
@ -87,6 +87,7 @@
|
|||
FileHandler::makeDir('./files/member_extra_info/attach/image_name');
|
||||
FileHandler::makeDir('./files/member_extra_info/attach/image_mark');
|
||||
FileHandler::makeDir('./files/member_extra_info/attach/signature');
|
||||
FileHandler::makeDir('./files/session/');
|
||||
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
/**
|
||||
* @brief user_id, password를 체크하여 로그인 시킴
|
||||
**/
|
||||
function procMemberLogin($user_id, $password) {
|
||||
function procMemberLogin() {
|
||||
// 변수 정리
|
||||
if(!$user_id) $user_id = Context::get('user_id');
|
||||
$user_id = trim($user_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue