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