Report/security/report security check preventexecpath

Материал из База знаний Центра ПУСК МФТИ
Версия от 06:56, 18 октября 2024; Олег Давидович (обсуждение | вклад) (1 версия импортирована)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)


es:Plantilla:Reporte Vista general de SeguridadSome administration options allow setting the path to executable files on the web server such as du, aspell, ghostscript and others. This can potentially cause a security risk. You can prevent administrators from changing these paths by adding the following setting to your config.php file:

$CFG->preventexecpath = true;

You should also explicitly set the relevant paths in your config.php file such as: $CFG->pathtodu = 'PATH'; $CFG->pathtounoconv = 'PATH'; $CFG->aspellpath = 'PATH';


es:report/security/report security check preventexecpath