Open Monograph Press  3.3.0
lib/pkp/includes/bootstrap.inc.php File Reference

Go to the source code of this file.

Variables

const BASE_SYS_DIR (!defined('DIRECTORY_SEPARATOR')) dirname(INDEX_FILE_LOCATION)
 
const ENV_SEPARATOR strtolower(substr(PHP_OS, 0, 3)) == 'win' ? ';' : ':'
 

Detailed Description

Core system initialization code. This file is loaded before any others. Any system-wide imports or initialization code should be placed here.

Copyright (c) 2014-2020 Simon Fraser University Copyright (c) 2000-2020 John Willinsky Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.

Definition in file lib/pkp/includes/bootstrap.inc.php.

Variable Documentation

◆ BASE_SYS_DIR

const BASE_SYS_DIR(!defined( 'DIRECTORY_SEPARATOR')) dirname(INDEX_FILE_LOCATION)

◆ ENV_SEPARATOR

const ENV_SEPARATOR strtolower(substr(PHP_OS, 0, 3)) == 'win' ? ';' : ':'

Basic initialization (pre-classloading).

Definition at line 27 of file lib/pkp/includes/bootstrap.inc.php.