X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=mw%2Fapp%2Fmods%2Findex%2Findex.php;fp=mw%2Fapp%2Fmods%2Findex%2Findex.php;h=0000000000000000000000000000000000000000;hb=422d883e3ed8ee55ee41e3b7826f32b79cea646d;hp=52ead31da26e0ee3d0ded570f684c063d132872a;hpb=e1b64e4088232b9d7b4acb2dc24279bb38fcafba;p=mtweb diff --git a/mw/app/mods/index/index.php b/mw/app/mods/index/index.php deleted file mode 100644 index 52ead31..0000000 --- a/mw/app/mods/index/index.php +++ /dev/null @@ -1,18 +0,0 @@ -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