• Main Page
  • Modules
  • Classes
  • Files
  • File List

index.php

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

Generated on Mon Sep 17 2012 13:58:56 for Open Monograph Press by  doxygen 1.7.1