From: <jhe...@us...> - 2002-11-20 16:05:46
|
Update of /cvsroot/upcase-project/UpCase/admin In directory sc8-pr-cvs1:/tmp/cvs-serv22346 Modified Files: installer.php Log Message: installer redirect to package directory when done Index: installer.php =================================================================== RCS file: /cvsroot/upcase-project/UpCase/admin/installer.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** installer.php 20 Nov 2002 15:49:09 -0000 1.5 --- installer.php 20 Nov 2002 16:05:42 -0000 1.6 *************** *** 79,82 **** --- 79,83 ---- $inst->saveMetaData($package); $inst->install($package, $pkgRelUrl, $tblPrefix); + header("Location: " . $siteUrl . "/" . $pkgRelUrl); } else if ($operation == "uninstall") |