putain de point virgule
This commit is contained in:
parent
e423273752
commit
d45b05941f
2
scan.php
2
scan.php
@ -33,7 +33,7 @@ if (isset($options["sudo"])) $command = "sudo $command";
|
|||||||
|
|
||||||
if (isset($options["name"])) {
|
if (isset($options["name"])) {
|
||||||
$path = "$SCANSDIR/{$options["name"]}.xml";
|
$path = "$SCANSDIR/{$options["name"]}.xml";
|
||||||
$command .= " | tee '$path'"
|
$command .= " | tee '$path'";
|
||||||
}
|
}
|
||||||
|
|
||||||
header('Content-type: text/xml');
|
header('Content-type: text/xml');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user