diff options
| author | Ben Fuhrmannek | 2016-03-04 10:01:31 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-03-04 10:01:31 +0100 |
| commit | 3785bbf9201d52379987b5444967286d2d3e8adc (patch) | |
| tree | 36dd17f70a672fb91c4dc7e07c3c4ffaff8a1a81 /execute_ih.c | |
| parent | 1b7ec50b72559b21bd9631b74213a34f9d75e830 (diff) | |
.
Diffstat (limited to 'execute_ih.c')
| -rw-r--r-- | execute_ih.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/execute_ih.c b/execute_ih.c index fa511b9..a59e6c5 100644 --- a/execute_ih.c +++ b/execute_ih.c | |||
| @@ -66,22 +66,22 @@ S7_IH_FUNCTION(preg_replace) | |||
| 66 | // #endif /* SUHOSIN7_PREG_REPLACE_NULL */ | 66 | // #endif /* SUHOSIN7_PREG_REPLACE_NULL */ |
| 67 | 67 | ||
| 68 | 68 | ||
| 69 | // int ih_symlink(IH_HANDLER_PARAMS) | 69 | S7_IH_FUNCTION(symlink) |
| 70 | // { | 70 | { |
| 71 | // if (SUHOSIN7_G(executor_allow_symlink)) { | 71 | if (SUHOSIN7_G(executor_allow_symlink)) { |
| 72 | // return (0); | 72 | return (0); |
| 73 | // } | 73 | } |
| 74 | // | 74 | |
| 75 | // if (PG(open_basedir) && PG(open_basedir)[0]) { | 75 | if (PG(open_basedir) && PG(open_basedir)[0]) { |
| 76 | // suhosin_log(S_EXECUTOR, "symlink called during open_basedir"); | 76 | suhosin_log(S_EXECUTOR, "symlink called during open_basedir"); |
| 77 | // if (!SUHOSIN7_G(simulation)) { | 77 | if (!SUHOSIN7_G(simulation)) { |
| 78 | // RETVAL_FALSE; | 78 | RETVAL_FALSE; |
| 79 | // return (1); | 79 | return (1); |
| 80 | // } | 80 | } |
| 81 | // } | 81 | } |
| 82 | // | 82 | |
| 83 | // return (0); | 83 | return (0); |
| 84 | // } | 84 | } |
| 85 | 85 | ||
| 86 | // int ih_mail(IH_HANDLER_PARAMS) | 86 | // int ih_mail(IH_HANDLER_PARAMS) |
| 87 | // { | 87 | // { |
