X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=mw%2Fapp%2Fcontrollers%2Findex%2Findex.php;h=c71093bd592233c53a40c4ff092607db9db23c25;hb=5abc9d5fca28ef86dee6148bb96780d1a7b670f3;hp=4b368203a39d08a45eb1a5bdbc21868ded011624;hpb=ed558d720ebf6985290c99297f5b1d2c86d1f60a;p=mtweb diff --git a/mw/app/controllers/index/index.php b/mw/app/controllers/index/index.php index 4b36820..c71093b 100644 --- a/mw/app/controllers/index/index.php +++ b/mw/app/controllers/index/index.php @@ -2,7 +2,7 @@ class mw_index_index extends mw_controller{ - function index(){ + public function index(){ $env = $this->env(); $start_action = $env->config("start_action"); if($start_action){ @@ -17,5 +17,3 @@ } } - -?> \ No newline at end of file