Skip to content

Commit a6ea0ad

Browse files
committed
remove pointless file
1 parent 01e7581 commit a6ea0ad

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

webroot/admin/user-mgmt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
switch ($_POST["form_name"]) {
1111
case "viewAsUser":
1212
$_SESSION["viewUser"] = $_POST["uid"];
13-
$SITE->redirect($CONFIG["site"]["prefix"] . "/panel");
13+
$SITE->redirect($CONFIG["site"]["prefix"] . "/panel/account.php");
1414
break;
1515
}
1616
}

webroot/panel/index.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)