diff options
| author | Ben Fuhrmannek | 2014-09-25 17:24:39 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-09-25 17:24:39 +0200 |
| commit | 594c8df58c6f7f9b9610c7f0fd11da08a532de98 (patch) | |
| tree | 7f1286f40af4133aa01035ec9303e1a9aabccd2e /execute.c | |
| parent | 8f2433d78347b2f1542e95652fa74d38346fb6ec (diff) | |
array index whitelist/blacklist
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -415,7 +415,6 @@ static void suhosin_execute_ex(zend_op_array *op_array, int zo, long dummy TSRML | |||
| 415 | SUHOSIN_G(att_get_vars)-SUHOSIN_G(cur_get_vars), | 415 | SUHOSIN_G(att_get_vars)-SUHOSIN_G(cur_get_vars), |
| 416 | SUHOSIN_G(att_post_vars)-SUHOSIN_G(cur_post_vars), | 416 | SUHOSIN_G(att_post_vars)-SUHOSIN_G(cur_post_vars), |
| 417 | SUHOSIN_G(att_cookie_vars)-SUHOSIN_G(cur_cookie_vars)); | 417 | SUHOSIN_G(att_cookie_vars)-SUHOSIN_G(cur_cookie_vars)); |
| 418 | |||
| 419 | } | 418 | } |
| 420 | 419 | ||
| 421 | if (!SUHOSIN_G(simulation) && SUHOSIN_G(filter_action)) { | 420 | if (!SUHOSIN_G(simulation) && SUHOSIN_G(filter_action)) { |
