Open Journal Systems  3.3.0
pages/oai/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  case 'index':
21  define('HANDLER_CLASS', 'OAIHandler');
22  import('pages.oai.OAIHandler');
23  break;
24 }
25 
26 
$op
$op
Definition: lib/pkp/pages/help/index.php:18