mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
Divide page into general and ftp configuration
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9449 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f2e6ec8496
commit
7183d77707
7 changed files with 99 additions and 61 deletions
|
|
@ -153,14 +153,12 @@
|
|||
FileHandler::WriteFile($config_file, $buff);
|
||||
if($_SESSION['ftp_password']) unset($_SESSION['ftp_password']);
|
||||
$this->setMessage('success_updated');
|
||||
}
|
||||
$this->setRedirectUrl(Context::get('error_return_url'));
|
||||
}
|
||||
|
||||
function procInstallAdminConfig(){
|
||||
$this->procInstallAdminSaveTimeZone();
|
||||
|
||||
//FTP 정보
|
||||
$this->procInstallAdminSaveFTPInfo();
|
||||
|
||||
//언어 선택
|
||||
$selected_lang = Context::get('selected_lang');
|
||||
$this->saveLangSelected($selected_lang);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue