phpbb/phpBB/phpbb/filesystem
rxu 0d2c8b5961 [ticket/13814] Prevent phpbb_is_writable() method from truncating files
phpbb_is_writable() of filesystem class uses 'w' mode to fopen files
which causes checked files to be truncated. Use the 'c' mode instead.

PHPBB3-13814
2015-05-04 16:53:27 +07:00
..
exception [ticket/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00
filesystem.php [ticket/13814] Prevent phpbb_is_writable() method from truncating files 2015-05-04 16:53:27 +07:00
filesystem_interface.php [ticket/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00