diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-02-19 18:20:51 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-02-19 18:20:51 +0000 |
commit | a605fd39c4f105bc877da668e027719497dc105c (patch) | |
tree | e29f5a3458707e25110dc79eda4ccc61f204996d /ext/filepro/filepro.c | |
parent | c6ba5765beab47657f9cce2101948d22b11fc4bc (diff) | |
download | php-git-a605fd39c4f105bc877da668e027719497dc105c.tar.gz |
More safe_mode nuking
Diffstat (limited to 'ext/filepro/filepro.c')
-rw-r--r-- | ext/filepro/filepro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index d03baf21f0..3ecc849303 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -31,7 +31,6 @@ #endif #include "php.h" -#include "safe_mode.h" #include "fopen_wrappers.h" #include <string.h> #if HAVE_SYS_PARAM_H |