]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
most hardcoded stuff changed
authorJan Michel <j.michel@gsi.de>
Tue, 6 Aug 2013 16:58:14 +0000 (18:58 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 6 Aug 2013 16:58:14 +0000 (18:58 +0200)
Environment.pm
tools/testgui.pl

index f343aa282bfa0f5c19430d8c4b044eb6d09ed57f..649e8628bafbe02bfa317408f23dc4e1bda396bd 100644 (file)
@@ -15,7 +15,7 @@ use constant SETUPDIR         => JTAGROOTPATH."setup/";
 use constant CONFDIR          => JTAGROOTPATH."config/";
 use constant SPECDIR          => JTAGROOTPATH."specs/";
 use constant PICTUREPATH      => TEMPDIR."prevImgs/";                #path for images on webserver (absolute path)
-use constant PICTUREPATHREL   => "/jtag/temp/prevImgs/";             #path for images on webserver for browser
+use constant PICTUREPATHREL   => "../temp/prevImgs/";                #path for images on webserver relative to tools/
 use constant DUMPPATH         => "/tmp/MAPS_PREV/";                  #path for small hld dumps
 
 use constant SETUPFILE        => SETUPDIR."testsetup.xml";
index 2b0508c19fa8391ee3522eb03026be607b3e7cfe..c8ed7714089a7f6c193a937c859f79cab04d088b 100755 (executable)
@@ -23,8 +23,8 @@ use Environment;
 our $setupDir = SETUPDIR;
 our $confDir  = CONFDIR;
 our $specDir  = SPECDIR;
-my $picPathRel= PICTUREPATHREL;
-my $picPath   = PICTUREPATH;
+my $picPath= PICTUREPATHREL;
+my $picPath   = PICTUREPATH;
 my $setupFile = SETUPFILE;
 
 # the file that tells me what fields should be printed in the quick edit area