From 7ac0391f6468525b2605a9498a28fb7c8a4f5114 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Wed, 8 Jan 2020 16:20:42 +0100 Subject: [PATCH] Rename oai2config.php to config.php --- oai2config.php => config.php | 0 index.php | 2 +- update.php | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename oai2config.php => config.php (100%) diff --git a/oai2config.php b/config.php similarity index 100% rename from oai2config.php rename to config.php diff --git a/index.php b/index.php index 479018a..3df4976 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ * along with this program. If not, see . */ -require_once('oai2config.php'); +require_once('config.php'); require_once('oai2server.php'); // Get all available records and their respective status and timestamps diff --git a/update.php b/update.php index 1aea31d..0277389 100644 --- a/update.php +++ b/update.php @@ -20,7 +20,7 @@ // Make this script only executable via commandline interface! if (php_sapi_name() !== 'cli') exit; -require_once('oai2config.php'); +require_once('config.php'); /** * Format output string