00001 <?php 00002 00057 // $Id$ 00058 00059 // Initialize global environment 00060 define('INDEX_FILE_LOCATION', __FILE__); 00061 require('lib/pkp/includes/bootstrap.inc.php'); 00062 00063 // Serve the request 00064 $application =& PKPApplication::getApplication(); 00065 $application->execute(); 00066 ?>
1.4.7