]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
add local library path
authorHADES DAQ <hadaq@gsi.de>
Mon, 23 Apr 2018 12:08:56 +0000 (14:08 +0200)
committerHadaq Hades <hadaq@lxhadesdaq>
Thu, 26 Apr 2018 11:16:16 +0000 (13:16 +0200)
web/htdocs/index.pl

index f0ca5d81c38dac497c7858e7bd1b65157f1945bd..2019590c33c43fe4d8443ae9afb00374ae333b59 100755 (executable)
@@ -6,6 +6,7 @@ if ($ENV{'SERVER_SOFTWARE'} =~ /HTTPi/i) {
   }
 else {
   print "Content-type: text/html\n\n";
+  use lib '.';
   use if (!($ENV{'SERVER_SOFTWARE'} =~ /HTTPi/i)), apacheEnv;
   }