config('domain'))); } public function get(): void { $opensim = new OpenSim($this->app->db()); $this->app->template('dashboard-home.php')->parent('__dashboard.php')->vars([ 'title' => 'Dashboard', 'username' => $_SESSION['DISPLAYNAME'], 'global-user-count' => $opensim->getUserCount(), 'global-region-count' => $opensim->getRegionCount() ])->render(); } }