Add timezone statement to accommodate older PHP servers.

This commit is contained in:
Jørn Åne 2016-08-18 00:00:34 +02:00
parent f91d62e69f
commit 2b5c561369
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php require '../src/_autoload.php'; ?><!DOCTYPE html>
<?php require '../src/_autoload.php'; date_default_timezone_set('Europe/Oslo') ?><!DOCTYPE html>
<title>Programvareverkstedet</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">