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

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -