Set power for login-as

This commit is contained in:
Jay Trees 2022-02-23 13:19:58 +01:00
parent ccaa1229d0
commit 53bcef25d6

View file

@ -8,7 +8,7 @@
use wishthis\Page; use wishthis\Page;
$page = new Page(__FILE__, 'Login as'); $page = new Page(__FILE__, 'Login as', 100);
if (isset($_POST['email'])) { if (isset($_POST['email'])) {
$email = $_POST['email']; $email = $_POST['email'];