Browse Source

remove fix for unset timezone from bootstrap app

tags/2.0.0-beta
Benjamin Wöster 12 years ago
parent
commit
6d46abcd88
  1. 3
      apps/bootstrap/index.php

3
apps/bootstrap/index.php

@ -1,7 +1,4 @@
<?php
if(!ini_get('date.timezone')) {
date_default_timezone_set('UTC');
}
// comment out the following line to disable debug mode
defined('YII_DEBUG') or define('YII_DEBUG', true);

Loading…
Cancel
Save