Advertisement
shmaltorhbooks

Untitled

Aug 15th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. if (isset($_SERVER['HTTP_APPLICATION_ENV'])) {
  2.     return $_SERVER['HTTP_APPLICATION_ENV'] == 'development';
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement