Skip to content

Commit 844c90a

Browse files
committed
Damn, forgot a debug line
1 parent f9ee6d3 commit 844c90a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/fopen_wrappers.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ PHPAPI int php_check_safe_mode_include_dir(char *path TSRMLS_DC)
234234
char *end;
235235
char resolved_name[MAXPATHLEN];
236236

237-
php_printf("safe_mode_include_dir check for %s<br>\n",path);
238-
239237
/* Resolve the real path into resolved_name */
240238
if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL)
241239
return -1;

0 commit comments

Comments
 (0)