Commit 9eddf66d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1e7d2c69
......@@ -90,8 +90,8 @@ foreach ($Notindexed as $value) {
$comando = str_replace("(", "\(", $comando);
$comando = str_replace(") ", "\)", $comando);
*///
echo $comando.PHP_EOL;
//echo exec($comando);
//echo $comando.PHP_EOL;
echo exec($comando);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment