예제 #1
0
 function __construct()
 {
     if (!JFactory::getUser()->authorise('restoremigrate', 'com_mijosef')) {
         return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR'));
     }
     parent::__construct('restoremigrate');
 }
예제 #2
0
파일: ilinks.php 프로젝트: affiliatelk/ecc
 function __construct()
 {
     parent::__construct('ilinks');
 }
예제 #3
0
파일: support.php 프로젝트: affiliatelk/ecc
 function __construct()
 {
     parent::__construct('support');
 }
예제 #4
0
파일: mijosef.php 프로젝트: affiliatelk/ecc
 function __construct()
 {
     parent::__construct('mijosef');
 }
예제 #5
0
파일: sitemap.php 프로젝트: affiliatelk/ecc
 function __construct()
 {
     parent::__construct('sitemap');
 }
예제 #6
0
 function __construct()
 {
     parent::__construct('bookmarks');
 }
예제 #7
0
파일: tagsmap.php 프로젝트: affiliatelk/ecc
 function __construct()
 {
     parent::__construct('tagsmap', 'tags_map');
 }
예제 #8
0
파일: tags.php 프로젝트: affiliatelk/ecc
 function __construct()
 {
     parent::__construct('tags');
 }