public static function get_instance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
예제 #2
0
파일: activate.php 프로젝트: Garth619/Femi9
<?php

require_once 'class-itsec-system-tweaks.php';
ITSEC_System_Tweaks::activate();