new redirect
This commit is contained in:
parent
d07d20f546
commit
44e8fc232d
|
@ -177,7 +177,7 @@ elseif (isset($_POST['createProfileButton'])) {
|
|||
foreach ($profileClasses as $profileClass) {
|
||||
if (isset($_POST['editProfile_' . $profileClass['typeId']]) || isset($_POST['editProfile_' . $profileClass['typeId'] . '_x'])) {
|
||||
metaRefresh("profilepage.php?type=" . htmlspecialchars($profileClass['typeId']) .
|
||||
"&edit=" . htmlspecialchars($_POST['profile_' . $profileClass['typeId']]));
|
||||
"&edit=" . htmlspecialchars($_POST['profile_' . $profileClass['typeId']]));
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue