Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-6091

Wrong $phpbb_root_path in download/file.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.0
    • 3.0.x
    • Other
    • None
    • PHP Environment:
      Database:

      Hi,

      the line

      $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';

      should be

      $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';

      Regards,
      Joe User

            Acyd Burn Meik Sievertsen [X] (Inactive)
            Joe User Markus Kohlmeyer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: