1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/16836] Use absolute paths in local adapter

PHPBB3-16836
This commit is contained in:
Rubén Calvo
2021-08-11 13:59:21 +02:00
parent f836605ab8
commit fdb7c8a671
3 changed files with 60 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ interface stream_interface
* @param string $path File to read
*
* @return resource Returns a file pointer
* @throws exception\exception When unable to open file
* @throws exception When unable to open file
*/
public function read_stream(string $path);