Fix baseURL settings in configuration
This commit is contained in:
parent
516e087987
commit
f56d4a2dea
|
@ -29,8 +29,8 @@ $config = array();
|
||||||
// A human readable name for the repository
|
// A human readable name for the repository
|
||||||
$config['repositoryName'] = 'German Literature Archive, Marbach';
|
$config['repositoryName'] = 'German Literature Archive, Marbach';
|
||||||
|
|
||||||
// The base URL of the repository, i.e. the URL of the oai2.php file
|
// The base URL of the repository, i.e. the directory you deployed the files to
|
||||||
$config['baseURL'] = 'http://www.dla-marbach.de/oai2/oai2.php';
|
$config['baseURL'] = 'http://www.dla-marbach.de/oai2/';
|
||||||
|
|
||||||
// Email address for contacting the repository owner
|
// Email address for contacting the repository owner
|
||||||
$config['adminEmail'] = 'info@dla-marbach.de';
|
$config['adminEmail'] = 'info@dla-marbach.de';
|
||||||
|
|
Loading…
Reference in New Issue