Example #1
0
 public function __construct()
 {
     $this->model = new \FeatherBB\Model\Install();
     $this->available_langs = Lister::getLangs();
     Container::set('user', null);
     View::setStyle('FeatherBB');
 }