X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=web%2Fapp%2Fmods%2Fmw_mod.php;h=04f8b75ae965e16550c89b1c06d513f4dd3b99ba;hb=7cf7609a7e236347374c1b21777a9698bcd1726c;hp=cfba689a589c6ee512453f64881d5e0b9c37b3cb;hpb=19b8f3b9263210d9154e7556446e903f84175519;p=mtweb diff --git a/web/app/mods/mw_mod.php b/web/app/mods/mw_mod.php index cfba689..04f8b75 100644 --- a/web/app/mods/mw_mod.php +++ b/web/app/mods/mw_mod.php @@ -1,11 +1,15 @@ prepare_inputs(); } + function validate(&$env){ + return true; + } + + function prepare_inputs(&$env){ + return true; +// return $env->prepare_inputs(); + } }