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