Skip to content

Instantly share code, notes, and snippets.

@evanpurkhiser
Created June 4, 2012 23:54
Show Gist options
  • Select an option

  • Save evanpurkhiser/2871579 to your computer and use it in GitHub Desktop.

Select an option

Save evanpurkhiser/2871579 to your computer and use it in GitHub Desktop.
Fix kohana CLI checks
// More reliably determin if php is in CLI mode
Kohana::$is_cli = isset($_SERVER['SHELL']) OR kohana::$is_cli;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment