Skip to content

Commit

Permalink
config.php: merge from trunk r169 (default development=true for dg)
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/branches/1.8@195 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 25, 2011
1 parent 644f968 commit 16debb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.php
Expand Up @@ -22,6 +22,9 @@
global $development;
$development = false;

if(php_uname('n') == 'orange') {
$development = true;
}
ini_set('error_reporting', 0);
if($development) {
ini_set('error_reporting', E_ALL);
Expand Down

0 comments on commit 16debb4

Please sign in to comment.