mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/9871] Fix indentation on comment
PHPBB3-9871
This commit is contained in:
@@ -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)
|
function get_remote_file($host, $directory, $filename, &$errstr, &$errno, $port = 80, $timeout = 6)
|
||||||
{
|
{
|
||||||
global $user;
|
global $user;
|
||||||
|
Reference in New Issue
Block a user