Subversion Repositories oidplus

Rev

Rev 984 | Rev 1086 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 984 Rev 1050
Line 18... Line 18...
18
 */
18
 */
19
 
19
 
20
// ATTENTION: If you change something, please make sure that the changes
20
// ATTENTION: If you change something, please make sure that the changes
21
//            are synchronous with OIDplusPageRaAutomatedAJAXCalls
21
//            are synchronous with OIDplusPageRaAutomatedAJAXCalls
22
 
22
 
23
if (!defined('INSIDE_OIDPLUS')) die();
23
namespace ViaThinkSoft\OIDplus;
24
 
24
 
25
class OIDplusPageAdminAutomatedAJAXCalls extends OIDplusPagePluginAdmin {
25
class OIDplusPageAdminAutomatedAJAXCalls extends OIDplusPagePluginAdmin {
26
 
26
 
27
        public function action($actionID, $params) {
27
        public function action($actionID, $params) {
28
                if ($actionID == 'blacklistJWT') {
28
                if ($actionID == 'blacklistJWT') {