Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
core\check\environment Namespace Reference

  More...

Classes

class  antivirus
 Checks status of antivirus scanners by looking back at any recent scans. More...
 
class  configrw
 Verifies config.php is not writable anymore after installation. More...
 
class  displayerrors
 Verifies displaying of errors. More...
 
class  environment
 Environment check. More...
 
class  preventexecpath
 Verifies the status of preventexecpath. More...
 
class  publicpaths
 Check the public access of various paths. More...
 
class  unsecuredataroot
 Verifies fatal misconfiguration of dataroot. More...
 
class  upgradecheck
 Upgrade check. More...
 

Detailed Description

 

Upgrade check.

Verifies fatal misconfiguration of dataroot.

Check the presence of public paths via curl.

Verifies the status of preventexecpath.

Environment check.

Verifies displaying of errors.

Verifies config.php is not writable anymore after installation.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Problem for lib files and 3rd party code because we can not disable debugging in these scripts (they do not include config.php)

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later