]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/cgi/webeqp.pl
mkindex.pl use_webeqp.pl webeq.pl webeqp.pl : helm root from environment
[helm.git] / helm / cgi / webeqp.pl
index e38fe510421202c33212fb297f01c31449431bf9..b4891d32550daa3ffe8f5944ae2b080001adf81d 100755 (executable)
@@ -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;