Simple FLE Controller

pull/2624/head
HB9HIL 2023-10-24 23:45:51 +02:00
rodzic 75df99ced0
commit bb9827d0cf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class SimpleFLE extends CI_Controller {
class SimpleFastLogEntry extends CI_Controller {
public function index() {
$this->load->model('user_model');