Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->currmenu = 'tournament';
     header("Content-type: text/html; charset=utf-8");
     TournamentTool::refresh_tournaments();
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
     header("Content-type: text/html; charset=utf-8");
 }
Ejemplo n.º 3
0
 public function init()
 {
     parent::init();
     $this->currmenu = 'main';
     header("Content-type: text/html; charset=utf-8");
 }