mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9871] Fix indentation on comment
PHPBB3-9871
This commit is contained in:
parent
23289c89a1
commit
0c40cd5f13
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue