public function __construct()
 {
     parent::__construct();
     $this->db = new DB();
     pr("<h1>BY PASS PAGE</h1>");
     pr($_SESSION);
 }
include "{$path}/function/showname/show.php";
//akhir fungsi show name
$config = HTMLPurifier_Config::createDefault();
$config->set('URI.HostBlacklist', array('google.com'));
$purifier = new HTMLPurifier($config);
error_reporting(E_ALL ^ E_NOTICE);
open_connection();
//untuk set variable session
$var_session = "SIMBADA VERSI 2";
require_once "{$path}/function/session/authorize_system.php";
/* Buat objek baru Add by Ovan Cop */
$USERAUTH = new UserAuth();
$DBVAR = new DB();
$SESSION = new Session();
$HELPER_FILTER = new helper_filter();
$RETRIEVE = new RETRIEVE();
$RETRIEVE_REPORT = new RETRIEVE_REPORT();
$STORE = new STORE();
$DELETE = new DELETE();
$UPDATE = new UPDATE();
$LOAD_DATA = new LOAD_DATA();
$PENYUSUTAN = new RETRIEVE_PENYUSUTAN();
$tes = $HELPER_FILTER->getAsetUser($data);
$sys_config = $RETRIEVE->get_app_config();
// pr($sys_config);
$title = $sys_config->app_title;
$TAHUN_AKTIF = $sys_config->tahun_aktif;
$data_conf = explode('.', $sys_config->app_location_code);
// $count_ = count($data_conf);
$KODE_PROVINSI = $data_conf[0];
// pr($sys_config);
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->db = new DB();
 }
 public function __construct()
 {
     parent::__construct();
     $this->db = new DB();
     ////////////////////////////////////pr($_SESSION);
 }
 public function __construct()
 {
     parent::__construct();
     $this->prefix = "_";
 }