XpressEngine Wiki
Status: Abandoned
Brought to you by:
yyj9411
API: index.php?act=getAutoinstallAdminIsAuthed
파라미터 없음.
응답
{ "is_authed":1, // 1: 비밀번호 세션있음, 0: 세션 없음, -1: FTP 설정 안 됨 "error":0, "message":"success" }
API: index.php?act=procAutoinstallAdminPackageinstall
파라미터
package_srl
설치할 패키지 번호
ftp_password
FTP 비밀번호. getAutoinstallAdminAuthed로 비밀번호 인증이 된 상태에서는 아무 값이나 넣음.
응답
{ "message_type":"update", "error":0, "message":"설치에 성공하였습니다." }