Skip to content

Instantly share code, notes, and snippets.

@3Easy
Created September 14, 2014 00:28
Show Gist options
  • Save 3Easy/96f3e273a96ed31361f1 to your computer and use it in GitHub Desktop.
Save 3Easy/96f3e273a96ed31361f1 to your computer and use it in GitHub Desktop.
$segs = explode('/', $_SERVER['REQUEST_URI_PATH']); $env_config['show_profiler'] = ( ! ENV_DEBUG OR ($segs[1] == $cp)) ? 'n' : 'y' ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment