Open Journal Systems  3.3.0
pages/article/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  case 'viewFile': // Old URLs; see https://github.com/pkp/pkp-lib/issues/1541
21  case 'downloadSuppFile': // Old URLs; see https://github.com/pkp/pkp-lib/issues/1541
22  case 'view':
23  case 'download':
24  define('HANDLER_CLASS', 'ArticleHandler');
25  import('pages.article.ArticleHandler');
26  break;
27 }
28 
29 
$op
$op
Definition: lib/pkp/pages/help/index.php:18