Variables |
| | $badNumber = "/([^0-9.])/" |
| | $cleaningcommand1 = "find {$outdir}/ -maxdepth 1 -type d -mtime +3 -exec rm -r {} \;" |
| | $command = $GWOLLUM."/local/scripts/GetOmicronScan.sh -m ".$mainchannel." -d ".$outdir." -s ".$thr." ".$gpscenter." >> /dev/null" |
| | $commandfile = $scriptdir."/omiscan.".$randomkey.".sh" |
| | $fp = fopen($commandfile,'w') or die("can't open file {$commandfile}") |
| | $gpscenter = $_REQUEST['gpscenter'] |
| | $mainchannel = $_REQUEST['mainchannel'] |
| | $outdir = $OMICRON."/scan" |
| | $randomkey = rand() |
| | $scriptdir = "/opt/w3/DataAnalysis/VOD/output/script" |
| | $thr = $_REQUEST['thr'] |
| | $type = $_REQUEST['type'] |