diff options
author | mistic100 <contact@git.strangeplanet.fr> | 2016-03-10 19:35:46 +0100 |
---|---|---|
committer | mistic100 <contact@git.strangeplanet.fr> | 2016-03-10 19:36:29 +0100 |
commit | a32c643cf2b04735d39bb529a9a0a5f92e61c636 (patch) | |
tree | 2186a57cef86d7ca87c4dccc0da1034ad63e80d4 /i.php | |
parent | 40dd6bc2ff64e204db532a020586f28b0b792e57 (diff) | |
parent | eb1fb6312850f210e85ca1c0e866dd8ddadf9e21 (diff) |
Merge branch '2.8'
Diffstat (limited to 'i.php')
-rw-r--r-- | i.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ function ierror($msg, $code) } // default url is on html format $url = html_entity_decode($msg); - $logger->warning($code . ' ' . $url, 'i.php', array( + $logger->debug($code . ' ' . $url, 'i.php', array( 'url' => $_SERVER['REQUEST_URI'], )); header('Request-URI: '.$url); |