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