Add a default timezone (reported by gaspine)
This commit is contained in:
parent
cfcafdf7e4
commit
984f1b2a41
2 changed files with 8 additions and 0 deletions
1
base.php
1
base.php
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
define ("VERSION", "0.1.0");
|
||||
date_default_timezone_set($config['default_timezone']);
|
||||
|
||||
function getURLParam ($name, $default = NULL) {
|
||||
if (!empty ($_GET) && isset($_GET[$name])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue