X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=mw%2Fapp%2Fmods%2Findex%2Findex.php;fp=mw%2Fapp%2Fmods%2Findex%2Findex.php;h=52ead31da26e0ee3d0ded570f684c063d132872a;hb=36ed114046cbe3d72a3589230e9f306a54fcc79d;hp=0000000000000000000000000000000000000000;hpb=281c96e95451269f2614684b8de5be25862c8374;p=mtweb diff --git a/mw/app/mods/index/index.php b/mw/app/mods/index/index.php new file mode 100644 index 0000000..52ead31 --- /dev/null +++ b/mw/app/mods/index/index.php @@ -0,0 +1,18 @@ +config("start_action"); + if($start_action){ + $start_action_params = $env->config("start_action_params"); + if($start_action_params && is_array($start_action_params)){ + foreach($start_action_params as $key => $value) $_GET[$key] = $value; + } + $env->run($start_action); + } + } + + } + +?> \ No newline at end of file