aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-07-04 07:37:06 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-07-04 07:37:06 +0200
commit43ef6e8dfd4345262f7b974506261e0827bfecae (patch)
tree8caa1bbb422c4aef711d02d2dfc0d5a14d187d64 /www
parent227289a8fa6093f468290d4b3b68f6948f1a2b14 (diff)
parent239fca45d3685c2f3290015b49470f945648a8e5 (diff)
downloadphorkie-43ef6e8dfd4345262f7b974506261e0827bfecae.tar.gz
phorkie-43ef6e8dfd4345262f7b974506261e0827bfecae.zip
Merge remote-tracking branch 'origin/master'
Conflicts: src/phorkie/Renderer/Geshi.php src/phorkie/SetupCheck.php
Diffstat (limited to 'www')
-rw-r--r--www/www-header.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/www-header.php b/www/www-header.php
index 94ee1d7..3fa4e0e 100644
--- a/www/www-header.php
+++ b/www/www-header.php
@@ -1,5 +1,7 @@
<?php
namespace phorkie;
+error_reporting(error_reporting() & ~E_STRICT);
+session_set_cookie_params(14 * 86400);//2 weeks session expiry time
session_start();
require_once __DIR__ . '/../src/phorkie/autoload.php';