mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 11:32:12 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9647184962
commit
f613ad1941
2 changed files with 3 additions and 3 deletions
|
|
@ -100,8 +100,8 @@
|
|||
$oMemberController->insertAdmin($admin_info);
|
||||
|
||||
// 금지 아이디 등록 (기본 + 모듈명)
|
||||
$oAdminModel = &getModel('admin');
|
||||
$module_list = $oAdminModel->getModuleList();
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_list = $oModuleModel->getModuleList();
|
||||
foreach($module_list as $key => $val) {
|
||||
$oMemberController->insertDeniedID($val->module,'');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<tr>
|
||||
<td>{$lang->db_password}</td>
|
||||
<td>
|
||||
<input type="password" name="db_password" value="dev" />
|
||||
<input type="password" name="db_password" value="1234" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue