| Línea 129... | Línea 129... | 
          
            | 129 | <p>If you move the directory, you need to update the <code>$CFG->dataroot</code> setting in <code>config.php</code> accordingly.</p>';
 | 129 | <p>If you move the directory, you need to update the <code>$CFG->dataroot</code> setting in <code>config.php</code> accordingly.</p>';
 | 
          
            | 130 | $string['check_unsecuredataroot_error'] = 'Your dataroot directory <code>{$a}</code> is in the wrong location and is exposed to the web!';
 | 130 | $string['check_unsecuredataroot_error'] = 'Your dataroot directory <code>{$a}</code> is in the wrong location and is exposed to the web!';
 | 
          
            | 131 | $string['check_unsecuredataroot_name'] = 'Insecure dataroot';
 | 131 | $string['check_unsecuredataroot_name'] = 'Insecure dataroot';
 | 
          
            | 132 | $string['check_unsecuredataroot_ok'] = 'Dataroot directory must not be accessible via the web.';
 | 132 | $string['check_unsecuredataroot_ok'] = 'Dataroot directory must not be accessible via the web.';
 | 
          
            | 133 | $string['check_unsecuredataroot_warning'] = 'Your dataroot directory <code>{$a}</code> is in the wrong location and might be exposed to the web.';
 | 133 | $string['check_unsecuredataroot_warning'] = 'Your dataroot directory <code>{$a}</code> is in the wrong location and might be exposed to the web.';
 | 
          
            | - |   | 134 | $string['check_upgradefile_info'] = 'Upgrade note files should not be public';
 | 
          
            | 134 | $string['check_vendordir_details'] = '<p>The directory <code>{$a->path}</code> contains various third-party libraries and their dependencies, typically installed by the PHP Composer. These libraries may be needed for local Moodle development, such as for installing the PHPUnit framework. They are not needed to run a Moodle site in production and they can contain potentially dangerous code exposing your site to remote attacks.</p><p>It is strongly recommended to remove the directory if the site is available via a public URL, or at least prohibit web access to it in your webserver configuration.</p>';
 | 135 | $string['check_vendordir_details'] = '<p>The directory <code>{$a->path}</code> contains various third-party libraries and their dependencies, typically installed by the PHP Composer. These libraries may be needed for local Moodle development, such as for installing the PHPUnit framework. They are not needed to run a Moodle site in production and they can contain potentially dangerous code exposing your site to remote attacks.</p><p>It is strongly recommended to remove the directory if the site is available via a public URL, or at least prohibit web access to it in your webserver configuration.</p>';
 | 
          
            | 135 | $string['check_vendordir_info'] = 'The vendor directory should not be present on public sites.';
 | 136 | $string['check_vendordir_info'] = 'The vendor directory should not be present on public sites.';
 | 
          
            | 136 | $string['check_vendordir_name'] = 'Vendor directory';
 | 137 | $string['check_vendordir_name'] = 'Vendor directory';
 | 
          
            | 137 | $string['check_webcron_details'] = '<p>Running the cron from a web browser can expose privileged information to anonymous users. It is recommended to only run the cron from the command line or set a cron password for remote access.</p>';
 | 138 | $string['check_webcron_details'] = '<p>Running the cron from a web browser can expose privileged information to anonymous users. It is recommended to only run the cron from the command line or set a cron password for remote access.</p>';
 | 
          
            | 138 | $string['check_webcron_warning'] = 'Anonymous users can access cron.';
 | 139 | $string['check_webcron_warning'] = 'Anonymous users can access cron.';
 |