diff --git a/include/tools.php b/include/tools.php index fd47a8f..28399b8 100644 --- a/include/tools.php +++ b/include/tools.php @@ -52,7 +52,7 @@ function createConfigLines() { $out =""; foreach($_GET as $key=>$val) { if($key != "cmd") { - $val = clean($val); + //$val = clean($val); $out .= "define(\"$key\", \"$val\");"."\n"; } }