Skip to content

Commit

Permalink
Added some files to check if writable
Browse files Browse the repository at this point in the history
  • Loading branch information
dengenxp committed Jan 10, 2017
1 parent 412cead commit 43faa80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public_html/admin/install/classes/installer.class.php
Expand Up @@ -713,7 +713,11 @@ private function checkPermissions()
$fileList = array($paths['db-config.php'],
$this->env['gl_path'] . 'data/',
$this->env['gl_path'] . 'data/layout_cache/',
$this->env['gl_path'] . 'data/layout_css/',
$this->env['gl_path'] . 'logs/404.log',
$this->env['gl_path'] . 'logs/access.log',
$this->env['gl_path'] . 'logs/error.log',
$this->env['gl_path'] . 'logs/spamx.log',
$paths['public_html/'] . 'siteconfig.php',
$paths['public_html/'] . 'backend/geeklog.rss',
$paths['public_html/'] . 'images/articles/',
Expand Down

0 comments on commit 43faa80

Please sign in to comment.