Disable notice level warnings in default install (merged from 2.0.2 branch, r37930)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@40481 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
aoneil 2007-08-20 00:31:44 +00:00
parent c31b87df69
commit 45de8ebc03
1 changed files with 2 additions and 0 deletions

View File

@ -485,6 +485,8 @@ class Installer extends InstallRequirements {
$this->createFile("$template/_config.php", <<<PHP
<?
error_reporting(E_ALL ^ E_NOTICE);
global \$project;
\$project = '$template';