Welcome Guest, Not a member yet? Register   Sign In
CI version ?
#1

[eluser]solid9[/eluser]
Guys I have upgraded my website from 2.0.3 into 2.1.0

Now, how to show the version of CI I'm using?

Thanks in advanced.

#2

[eluser]InsiteFX[/eluser]
Constant:
Code:
<?php echo 'CodeIgniter Ver: ' . CI_VERSION; ?>
#3

[eluser]solid9[/eluser]
I'll try that.

Thanks InsiteFX
#4

[eluser]vbsaltydog[/eluser]
You should never announce the software version that you are using to the browser, even in an html comment, as this is used by "hackers" to find version specific security vulnerabilities in your site. Keep this info private to the admin panel.




Theme © iAndrew 2016 - Forum software by © MyBB