From 844c90a39585ee43ae843fdfd200b840bc4aa2f4 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 11 May 2002 20:02:21 +0000 Subject: [PATCH] Damn, forgot a debug line --- main/fopen_wrappers.c | 2 -- 1 file changed, 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
\n",path); - /* Resolve the real path into resolved_name */ if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) return -1; -- 2.50.1