fixed problem with clean-function... not necessary...
This commit is contained in:
parent
30598cd68d
commit
230352ddbc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function createConfigLines() {
|
||||||
$out ="";
|
$out ="";
|
||||||
foreach($_GET as $key=>$val) {
|
foreach($_GET as $key=>$val) {
|
||||||
if($key != "cmd") {
|
if($key != "cmd") {
|
||||||
$val = clean($val);
|
//$val = clean($val);
|
||||||
$out .= "define(\"$key\", \"$val\");"."\n";
|
$out .= "define(\"$key\", \"$val\");"."\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue