Added preorder network select to user/form

This commit is contained in:
Frank Schubert
2023-03-08 20:26:12 +01:00
parent 26babafa85
commit 0f047c8f60
7 changed files with 132 additions and 8 deletions

View File

@@ -12,8 +12,8 @@ class mfBaseController {
private $mfLayout;
private $mfMenu;
private $mfUser;
private $mod;
private $action;
protected $mod;
protected $action;
public function __construct($params = NULL) {
// load logging facility
@@ -235,6 +235,8 @@ class mfBaseController {
$url.="#$anker";
}
$url = preg_replace('#^/+#', "/", $url);
$log->debug("Redirecting to $url");
header("Location: $url");
exit;