gcarpenterv on 06/05/11
Last Edited at 06/05/11 01:31pm
if ($_SERVER['HTTP_HOST'] == 'localhost:8888') { define('ENVIRONMENT', 'development');} else { define('ENVIRONMENT', 'production');}
Report this snippet Tweet
Comment:
You need to login to post a comment.