For see codeigniter version, you have to write this code
<?php
echo CI_VERSION;
?>
Or you can check the file system/core/CodeIgniter.php
solved How to recognize the CodeIgniter version of a php source?
For see codeigniter version, you have to write this code
<?php
echo CI_VERSION;
?>
Or you can check the file system/core/CodeIgniter.php
solved How to recognize the CodeIgniter version of a php source?