"Installer" added
A very basic installer will appear when accessing the home page if there are no users in the database. It allows the initial user to be created.
This commit is contained in:
parent
071577168a
commit
1271afd1d8
6 changed files with 60 additions and 7 deletions
includes/t-basics
|
@ -66,3 +66,14 @@ class Page_TasksLogout
|
|||
$this->addController( Loader::Ctrl( 'logout' ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class Page_TasksInstall
|
||||
extends Page_Basic
|
||||
{
|
||||
public function __construct( )
|
||||
{
|
||||
parent::__construct( );
|
||||
$this->addController( Loader::Ctrl( 'install' ) );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue