summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-05-11 20:02:21 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-05-11 20:02:21 +0000
commit844c90a39585ee43ae843fdfd200b840bc4aa2f4 (patch)
treed1b321acb2153a361d33507d3535bca6b5a5ea73
parentf9ee6d3d9e0e8ea4f082cfaa11ad3ed7de9b650d (diff)
downloadphp-git-844c90a39585ee43ae843fdfd200b840bc4aa2f4.tar.gz
Damn, forgot a debug line
-rw-r--r--main/fopen_wrappers.c2
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;