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
Post a Comment