Open Monograph Press  3.3.0
index.php
Go to the documentation of this file.
1 <?php
2 
59 // Initialize global environment
60 define('INDEX_FILE_LOCATION', __FILE__);
61 $application = require('./lib/pkp/includes/bootstrap.inc.php');
62 
63 // Serve the request
64 $application->execute();
65 
66 
$application
$application
Definition: index.php:61