Skip to content

Commit

Permalink
MDL-22031 fixed installer regression, adding more defines that are la…
Browse files Browse the repository at this point in the history
…ter done in setup.php
  • Loading branch information
skodak committed Apr 6, 2010
1 parent f56af88 commit e225318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
die;
}

define('CLI_SCRIPT', false); // prevents some warnings later
define('AJAX_SCRIPT', false); // prevents some warnings later

// make sure PHP errors are displayed - helps with diagnosing of problems
@error_reporting(E_ALL);
@ini_set('display_errors', '1');
Expand Down

0 comments on commit e225318

Please sign in to comment.