1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/9871] Fix indentation on comment

PHPBB3-9871
This commit is contained in:
Nathan Guse
2014-03-14 07:03:37 -05:00
parent 23289c89a1
commit 0c40cd5f13

View File

@@ -2925,8 +2925,8 @@ function get_database_size()
}
/**
* Retrieve contents from remotely stored file
*/
* Retrieve contents from remotely stored file
*/
function get_remote_file($host, $directory, $filename, &$errstr, &$errno, $port = 80, $timeout = 6)
{
global $user;