our $confDir = '../config';
our $specDir = '../specs';
+my $picPath = "../temp/prevImgs/";
+
my $setupFileName = "testsetup.xml";
my $setupFile = $setupDir."/".$setupFileName;
} elsif ($q->param('action') eq "showPlot") {
my $sensorId = $q->param('sensorId');
- my $imgSrc = './preview/image_recalibrated_'.$sensorId.'.png';
+ my $imgSrc = $picPath.'/image_recalibrated_'.$sensorId.'.png';
if (-e $imgSrc) {
print img{src=>$imgSrc."?".rand(),title=>$sensorId};
} else {