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