public static function get_instance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Exemplo n.º 2
0
<?php

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