zbXE설치후 관리자 페이지로 이동하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3989 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-20 07:35:47 +00:00
parent e166ee3489
commit f9ceb479c2

View file

@ -3,5 +3,5 @@
*/
function completeInstalled(ret_obj) {
alert(ret_obj["message"]);
location.href = "./";
location.href = "./index.php?module=admin";
}