mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
remove user account type selection features #14
This commit is contained in:
parent
1dba3a4126
commit
a4dae88575
6 changed files with 0 additions and 266 deletions
|
|
@ -80,17 +80,6 @@ class AppControllerIndex
|
|||
403
|
||||
);
|
||||
}
|
||||
|
||||
// Require account type selection
|
||||
if (is_null($user->public))
|
||||
{
|
||||
header(
|
||||
sprintf(
|
||||
'Location: %s/welcome',
|
||||
trim($this->_website->getUrl(), '/')
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
public function render()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue