Changeset 407 for trunk/index.php
- Timestamp:
- 2011-01-01 15:54:56 (1 year ago)
- Files:
-
- trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index.php
r307 r407 6 6 * Description: wrapper file calling all the others directly or indirectly 7 7 * 8 * Copyright (C) 2007, 2008, 2009 Hannes Schueller8 * Copyright (C) 2007, 2008, 2009, 2011 Hannes Schueller 9 9 * 10 10 * This program is free software: you can redistribute it and/or modify … … 25 25 // disable output of error messages and warnings 26 26 ini_set('display_errors', 'Off'); 27 error_reporting(E_ALL | E_STRICT); 28 29 // explicitely set default timezone 30 date_default_timezone_set('UTC'); 27 31 28 32 // if install script is present, redirect there
