Files
FHC-Core/application/config/searchstv.php
T
2025-07-29 16:52:29 +02:00

12 lines
231 B
PHP

<?php
if (! defined('BASEPATH')) exit('No direct script access allowed');
$CI =& get_instance();
$config['student'] = $CI->config->item('student', 'search');
$config['prestudent'] = $CI->config->item('prestudent', 'search');