Skip to content

Commit 5755799

Browse files
committed
PRG
1 parent 38782ca commit 5755799

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

webroot/admin/content.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
if (!empty($_POST["pageSel"])) {
1313
$SQL->editPage($_POST["pageSel"], $_POST["content"], $USER);
1414
}
15+
UnitySite::redirect($_SERVER['PHP_SELF']);
1516
}
1617

1718
include $LOC_HEADER;

webroot/admin/notices.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
break;
2525
}
26+
UnitySite::redirect($_SERVER['PHP_SELF']);
2627
}
2728

2829
include $LOC_HEADER;

webroot/admin/pi-mgmt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
break;
5252
}
53+
UnitySite::redirect($_SERVER['PHP_SELF']);
5354
}
5455

5556
include $LOC_HEADER;

webroot/admin/user-mgmt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/account.php");
1616
break;
1717
}
18+
UnitySite::redirect($_SERVER['PHP_SELF']);
1819
}
1920

2021
include $LOC_HEADER;

webroot/panel/account.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
}
7373
break;
7474
}
75+
UnitySite::redirect($_SERVER['PHP_SELF']);
7576
}
7677
?>
7778

webroot/panel/groups.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
break;
4242
}
4343
}
44+
UnitySite::redirect($_SERVER['PHP_SELF']);
4445
}
4546

4647
include $LOC_HEADER;

webroot/panel/pi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
break;
3333
}
34+
UnitySite::redirect($_SERVER['PHP_SELF']);
3435
}
3536

3637
include $LOC_HEADER;

0 commit comments

Comments
 (0)