Open Journal Systems
3.3.0
pages/user/index.php
1
<?php
2
19
switch
(
$op
) {
20
//
21
// Misc.
22
//
23
case
'index'
:
24
case
'subscriptions'
:
25
case
'setLocale'
:
26
case
'authorizationDenied'
:
27
case
'purchaseSubscription'
:
28
case
'payPurchaseSubscription'
:
29
case
'completePurchaseSubscription'
:
30
case
'payRenewSubscription'
:
31
case
'payMembership'
:
32
case
'getInterests'
:
33
define(
'HANDLER_CLASS'
,
'UserHandler'
);
34
import
(
'pages.user.UserHandler'
);
35
break
;
36
default
:
37
require_once(
'lib/pkp/pages/user/index.php'
);
38
}
39
40
$op
$op
Definition:
lib/pkp/pages/help/index.php:18
pages
user
index.php
Generated on Fri Aug 28 2020 14:52:14 for Open Journal Systems by
1.8.17