pkgsubmit.php: Redirect to package base details

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2014-04-26 14:50:39 +02:00
parent 9553790cfc
commit dda19c8e01

View file

@ -404,7 +404,7 @@ if ($uid):
end_atomic_commit();
header('Location: ' . get_pkg_uri($pi[0]['pkgname']));
header('Location: ' . get_pkgbase_uri($pkgbase_info['pkgbase']));
}
chdir($cwd);