mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16955] Clean up filesystem and files classes
PHPBB3-16955
This commit is contained in:
@@ -69,7 +69,7 @@ class helper
|
||||
* Try to resolve real path when PHP's realpath failes to do so
|
||||
*
|
||||
* @param string $path
|
||||
* @return bool|string
|
||||
* @return string|false
|
||||
*/
|
||||
protected static function phpbb_own_realpath($path)
|
||||
{
|
||||
@@ -175,7 +175,7 @@ class helper
|
||||
*
|
||||
* @param string $path Path to resolve
|
||||
*
|
||||
* @return string Resolved path
|
||||
* @return string|false Resolved path or false if path could not be resolved
|
||||
*/
|
||||
public static function realpath($path)
|
||||
{
|
||||
|
Reference in New Issue
Block a user