]> granicus.if.org Git - php/commitdiff
Damn, forgot a debug line
authorRasmus Lerdorf <rasmus@php.net>
Sat, 11 May 2002 20:02:21 +0000 (20:02 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 11 May 2002 20:02:21 +0000 (20:02 +0000)
main/fopen_wrappers.c

index 3c077dea0843c88ee43fc29a66483a4b4f625cb2..6bf0d565dce03a41887009a8aae80f20d34c8012 100644 (file)
@@ -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;