aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/www-header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/www-header.php b/www/www-header.php
index eaf1952..74329ed 100644
--- a/www/www-header.php
+++ b/www/www-header.php
@@ -1,6 +1,6 @@
<?php
namespace phorkie;
-error_reporting(error_reporting() & ~E_STRICT);
+error_reporting(error_reporting() & ~E_STRICT & ~E_DEPRECATED);
session_set_cookie_params(14 * 86400);//2 weeks session expiry time
session_start();