Incorrect script tmp directory checked in the health tool

pull/304/merge
iglocska 2014-10-07 15:55:40 +02:00
parent 06ef98af40
commit c2a4a993ba
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ class ServersController extends AppController {
// check writeable directories
$writeableDirs = array(
'tmp' => 0, 'files' => 0, 'scripts' . DS . 'tmp' => 0,
'tmp' => 0, 'files' => 0, 'files' . DS . 'scripts' . DS . 'tmp' => 0,
'tmp' . DS . 'csv_all' => 0, 'tmp' . DS . 'csv_sig' => 0, 'tmp' . DS . 'md5' => 0, 'tmp' . DS . 'sha1' => 0,
'tmp' . DS . 'snort' => 0, 'tmp' . DS . 'suricata' => 0, 'tmp' . DS . 'text' => 0, 'tmp' . DS . 'xml' => 0,
'tmp' . DS . 'files' => 0, 'tmp' . DS . 'logs' => 0,