diff options
| -rw-r--r-- | main/fopen_wrappers.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index 3c077dea08..6bf0d565dc 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -234,8 +234,6 @@ PHPAPI int php_check_safe_mode_include_dir(char *path TSRMLS_DC) char *end; char resolved_name[MAXPATHLEN]; - php_printf("safe_mode_include_dir check for %s<br>\n",path); - /* Resolve the real path into resolved_name */ if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) return -1; |
