From: Rasmus Lerdorf Date: Sat, 11 May 2002 20:02:21 +0000 (+0000) Subject: Damn, forgot a debug line X-Git-Tag: php-4.2.1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=844c90a39585ee43ae843fdfd200b840bc4aa2f4;p=php Damn, forgot a debug line --- 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;