Rename oai2config.php to config.php
This commit is contained in:
parent
67acc1e2cb
commit
7ac0391f64
|
@ -20,7 +20,7 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('oai2config.php');
|
require_once('config.php');
|
||||||
require_once('oai2server.php');
|
require_once('oai2server.php');
|
||||||
|
|
||||||
// Get all available records and their respective status and timestamps
|
// Get all available records and their respective status and timestamps
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
// Make this script only executable via commandline interface!
|
// Make this script only executable via commandline interface!
|
||||||
if (php_sapi_name() !== 'cli') exit;
|
if (php_sapi_name() !== 'cli') exit;
|
||||||
|
|
||||||
require_once('oai2config.php');
|
require_once('config.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Format output string
|
* Format output string
|
||||||
|
|
Loading…
Reference in New Issue