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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user