aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/www-header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/www-header.php b/www/www-header.php
index b58bd95..f13108d 100644
--- a/www/www-header.php
+++ b/www/www-header.php
@@ -1,5 +1,6 @@
<?php
namespace phorkie;
+error_reporting(error_reporting() & ~E_STRICT);
session_start();
require_once __DIR__ . '/../src/phorkie/autoload.php';