[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;