예제 #1
0
파일: Widget.php 프로젝트: phpffcms/ffcms
 /**
  * Widget constructor. Disable installation checking for this controller
  */
 public function __construct()
 {
     parent::__construct(false);
 }
예제 #2
0
 /**
  * Application constructor.
  */
 public function __construct()
 {
     // prevent version checks
     parent::__construct(false);
 }