X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fcgi%2Fwebeqp.pl;h=b4891d32550daa3ffe8f5944ae2b080001adf81d;hb=658b654a8986b504936499ba6719999612806345;hp=e38fe510421202c33212fb297f01c31449431bf9;hpb=4b5873b80dafe4b009ba71cbe6f4a95e8b59dcaf;p=helm.git diff --git a/helm/cgi/webeqp.pl b/helm/cgi/webeqp.pl index e38fe5104..b4891d325 100755 --- a/helm/cgi/webeqp.pl +++ b/helm/cgi/webeqp.pl @@ -1,5 +1,11 @@ #!/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; use CGI;