CodeIgniter Forums
Version - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Version (/showthread.php?tid=68152)



Version - Knutsford - 06-02-2017

How can I tell which version of Codeigniter a site is running on please? I have taken a site over which is pre version 3 by the look of it but I would like confirmation. Thanks


RE: Version - neuron - 06-02-2017

echo CI_VERSION; 


RE: Version - rtenny - 06-08-2017

Check system/core/codeigniter.php
somewhere around line 50-60 and look for CI_VERSION