merge from 1.4.5 branche

git-svn-id: http://xe-core.googlecode.com/svn/trunk@8239 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-04-01 01:12:26 +00:00
parent 7d10ebd968
commit 825ccd8328
57 changed files with 932 additions and 645 deletions

View file

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