Welcome Guest, Not a member yet? Register   Sign In
Why is my ENVIRONMENT constant, "development" if my codeigniter app is online?
#3

I just changed the line on index.php to read


PHP Code:
define('ENVIRONMENT', isset($_SERVER['ENVIRONMENT']) ? $_SERVER['ENVIRONMENT'] : 'development'); 
Reply


Messages In This Thread
RE: Why is my ENVIRONMENT constant, "development" if my codeigniter app is o... - by desbest - 01-16-2018, 01:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB