Commit de marco

This commit is contained in:
stiti
2024-06-06 18:28:40 +02:00
parent 50667d57ac
commit e372d8d642
5 changed files with 22 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ class Home extends CI_Controller {
public function __construct() {
parent::__construct();
$this->load->library('session');
$this->load->helper('html');
}
public function index() {