Skip to content

Instantly share code, notes, and snippets.

@said-and-done
Created January 17, 2014 09:03
Show Gist options
  • Save said-and-done/8470379 to your computer and use it in GitHub Desktop.
Save said-and-done/8470379 to your computer and use it in GitHub Desktop.
# browser compatibility config
\Configure::write('Browser', array(
'minimum_requirement' => array(
'Chrome' => 36,
'Firefox' => 22,
'Safari' => 5,
'IE' => 9
)
'enable_skip' => true
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment