Пример #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     if (!ee()->cp->allowed_group('can_create_upload_directories')) {
         show_error(lang('unauthorized_access'));
     }
     $this->generateSidebar('watermark');
     $this->stdHeader();
     ee()->load->library('form_validation');
 }
Пример #2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->stdHeader();
     ee()->load->library('form_validation');
 }