Fix baseURL settings in configuration

This commit is contained in:
Sebastian Meyer 2017-05-13 13:44:55 +02:00
parent 516e087987
commit f56d4a2dea
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ $config = array();
// A human readable name for the repository
$config['repositoryName'] = 'German Literature Archive, Marbach';
// The base URL of the repository, i.e. the URL of the oai2.php file
$config['baseURL'] = 'http://www.dla-marbach.de/oai2/oai2.php';
// The base URL of the repository, i.e. the directory you deployed the files to
$config['baseURL'] = 'http://www.dla-marbach.de/oai2/';
// Email address for contacting the repository owner
$config['adminEmail'] = 'info@dla-marbach.de';