Rename oai2config.php to config.php

This commit is contained in:
Sebastian Meyer 2020-01-08 16:20:42 +01:00
parent 67acc1e2cb
commit 7ac0391f64
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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