diff options
author | alecpl <alec@alec.pl> | 2010-01-28 11:27:16 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-01-28 11:27:16 +0000 |
commit | 10eedbe75a2022d65ec349de5f3bd12400191974 (patch) | |
tree | 13df2e006a7cbbca30f464877493e4c3f0b67d21 /index.php | |
parent | 4fc7a7e5f633f10dac29a9bd7e77bb23e3f9585e (diff) |
- add file/line definitions to raise_error() calls
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') { $RCMAIL->user->ID, $_SERVER['REMOTE_ADDR'])); } - + // restore original request parameters $query = array(); if ($url = get_input_value('_url', RCUBE_INPUT_POST)) |