git.cweiske.de
/
phorkie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
583c94a
)
do not display deprecated errors (PEAR's Pager)
author
Christian Weiske
<
[email protected]
>
Wed, 9 Jul 2014 05:42:24 +0000
(07:42 +0200)
committer
Christian Weiske
<
[email protected]
>
Wed, 9 Jul 2014 05:42:24 +0000
(07:42 +0200)
www/www-header.php
patch
|
blob
|
history
diff --git
a/www/www-header.php
b/www/www-header.php
index eaf19520bef3b840586ad7ac4c61116591bee118..74329ed6d0da1191fa61969fd29cd36ed974bc44 100644
(file)
--- 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();