8 lines
291 B
PHP
8 lines
291 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
//For view all the languages go to the folder ./assets/image_crud/languages/
|
|
$config['image_crud_default_language'] = 'english';
|
|
|
|
/* End of file image_crud.php */
|
|
/* Location: ./application/config/image_crud.php */
|