how can i find the version of codeigniter an application was written in? -


i'm reviewing someone's code , can see they're using codeigniter. i'm trying figure out version they've used. i've been rooting around in directory structure find information haven't been successful yet.

thanks.

inside framework, it's defined in 'ci_version'.

path system/core/codeigniter.php

define('ci_version', '2.1.3'); 

Comments

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -