We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SiteDB url is defined in configuration and then used in the web page text, both need to be removed , posisble replaced by CRIC url .
Here is the related code:
./Documentation/WebConfig/phedexweb-app.conf:sitedb-url: https://cmsweb.cern.ch/sitedb/sitedb/sitelist/ ./Documentation/WebSite/access25:434: my $sitedb_url = $$self{CONFIG}{SITEDB_URL} || 'blank'; ./Documentation/WebSite/access25:2919: my $sitedb_url = $$self{CONFIG}{SITEDB_URL} || 'blank';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SiteDB url is defined in configuration and then used in the web page text, both need to be removed , posisble replaced by CRIC url .
Here is the related code:
./Documentation/WebConfig/phedexweb-app.conf:sitedb-url: https://cmsweb.cern.ch/sitedb/sitedb/sitelist/$sitedb_url = $ $self{CONFIG}{SITEDB_URL} || 'blank';$sitedb_url = $ $self{CONFIG}{SITEDB_URL} || 'blank';
./Documentation/WebSite/access25:434: my
./Documentation/WebSite/access25:2919: my
The text was updated successfully, but these errors were encountered: