Changeset 2814
- Timestamp:
- 11/14/08 19:24:42 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/installhandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/installhandler.php
r2786 r2814 561 561 Options::set( 'comments_require_id', 1 ); 562 562 Options::set( 'locale', $this->handler_vars['locale'] ); 563 Options::set('timezone', 'UTC'); 564 Options::set('dateformat', 'Y-m-d'); 565 Options::set('timeformat', 'g:i a'); 566 563 567 // generate a random-ish number to use as the salt for 564 568 // a SHA1 hash that will serve as the unique identifier for
