MF5: fix for access control with .htaccess

This commit is contained in:
Stanislav Malyshev 2007-08-03 01:40:05 +00:00
parent c54e9706fd
commit d4cc7daba2
7 changed files with 29 additions and 9 deletions

View file

@ -313,10 +313,6 @@ PS_OPEN_FUNC(files)
}
save_path = argv[argc - 1];
if (PG(open_basedir) && php_check_open_basedir(save_path TSRMLS_CC)) {
return FAILURE;
}
data = ecalloc(1, sizeof(*data));
data->fd = -1;