Open Monograph Press  3.3.0
lib/pkp/pages/login/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  case 'index':
21  case 'signIn':
22  case 'signOut':
23  case 'lostPassword':
24  case 'requestResetPassword':
25  case 'resetPassword':
26  case 'changePassword':
27  case 'savePassword':
28  case 'signInAsUser':
29  case 'signOutAsUser':
30  define('HANDLER_CLASS', 'LoginHandler');
31  import('lib.pkp.pages.login.LoginHandler');
32  break;
33 }
34 
35 
$op
$op
Definition: lib/pkp/pages/help/index.php:18