X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=web%2Fapp%2Fmods%2Fmw_mod.php;h=04f8b75ae965e16550c89b1c06d513f4dd3b99ba;hb=29b6377f43bf4477e04b57069cf779ac1b913bdb;hp=cfba689a589c6ee512453f64881d5e0b9c37b3cb;hpb=a21fbfe1301f83b72d2815899ff334445b7830cf;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(); + } }