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