X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fcgi%2Fwebeqp.pl;h=b4891d32550daa3ffe8f5944ae2b080001adf81d;hb=4e8b137b58ec6763785b8ee490ee8cd6cb77b5bf;hp=50e8cfdfa761b347980e84239b04ffbe751833ec;hpb=1aef3ed7a65337337828a25630b0097f81ae31cb;p=helm.git diff --git a/helm/cgi/webeqp.pl b/helm/cgi/webeqp.pl index 50e8cfdfa..b4891d325 100755 --- a/helm/cgi/webeqp.pl +++ b/helm/cgi/webeqp.pl @@ -1,8 +1,13 @@ #!/usr/bin/perl +my $HELM_CONFIGURATION_PREFIX = $ENV{"HELM_CONFIGURATION_PREFIX"}; +my $HELM_CONFIGURATION_PATH = + $HELM_CONFIGURATION_PREFIX."/local/lib/helm/configuration.pl"; + # next require defines: $helm_dir, $html_link, $dtd_dir, $uris_dbm + require $HELM_CONFIGURATION_PATH; + require HTTP::Request; require LWP::UserAgent; -require "/local/lib/helm/configuration.pl"; use CGI; $url = $ENV{"REQUEST_URI"};