reorganisation des dossiers
[mtweb] / mw / env / modules / mw_env_inputs.php
similarity index 93%
rename from web/app/env/modules/mw_env_inputs.php
rename to mw/env/modules/mw_env_inputs.php
index 0ebd042..e29720c 100644 (file)
@@ -4,7 +4,7 @@
 
     function prepare_inputs(){
       if($_POST){
-        require_once $this->path("libs")."inputfilter.php";
+        require_once $this->path("mw_dir")."libs/inputfilter.php";
         $allowed_tags = array(
           "p", "span", "pre", "blockquote", "address", "hr", "br",
           "img",