Changeset 1863 in subversion for trunk/roundcubemail/program/include/bugs.inc
- Timestamp:
- Sep 20, 2008 8:57:18 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/bugs.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/bugs.inc
r1749 r1863 73 73 if ($CONFIG['debug_level'] & 1) 74 74 { 75 $post_query = ($_SERVER['REQUEST_METHOD'] == 'POST' ? '?_task='.urlencode($_POST['_task']).'&_action='.urlencode($_POST['_action']) : ''); 75 76 $log_entry = sprintf("[%s] %s Error: %s in %s on line %d (%s %s)\n", 76 77 date("d-M-Y H:i:s O", mktime()), … … 80 81 $arg_arr['line'], 81 82 $_SERVER['REQUEST_METHOD'], 82 $_SERVER['REQUEST_URI'] );83 $_SERVER['REQUEST_URI'] . $post_query); 83 84 84 85 if (empty($CONFIG['log_dir']))
Note: See TracChangeset
for help on using the changeset viewer.
