mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
MF5: fix for access control with .htaccess
This commit is contained in:
parent
c54e9706fd
commit
d4cc7daba2
7 changed files with 29 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue