Open Monograph Press
3.3.0
|
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' ? ';' : ':' |
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.
const BASE_SYS_DIR(!defined( 'DIRECTORY_SEPARATOR')) dirname(INDEX_FILE_LOCATION) |
Definition at line 32 of file lib/pkp/includes/bootstrap.inc.php.
Referenced by PKPApplication\__construct(), and PKP\Services\PKPSchemaService\get().
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.