%PDF- %PDF-
Direktori : /proc/thread-self/root/var/www/pn/wp-content/plugins/wysija-newsletters/controllers/ajax/ |
Current File : //proc/thread-self/root/var/www/pn/wp-content/plugins/wysija-newsletters/controllers/ajax/tmce.php |
<?php defined('WYSIJA') or die('Restricted access'); class WYSIJA_control_back_tmce extends WYSIJA_control{ const ALLOWED_ACTIONS = [ 'registerAdd', ]; function __construct(){ parent::__construct(); $this->viewObj=WYSIJA::get('tmce','view'); } function registerAdd(){ $this->viewObj->title=__('Insert Subscription Form',WYSIJA); $this->viewObj->registerAdd( ); exit; } }