mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 15:57:01 +02:00
Fix issue processwire/processwire-issues#110
This commit is contained in:
@@ -601,8 +601,8 @@ $config->fileCompilerOptions = array(
|
||||
'siteOnly' => false, // only allow compilation of files in /site/ directory
|
||||
'showNotices' => true, // show notices about compiled files to superuser when logged in
|
||||
'logNotices' => true, // log notices about compiled files and maintenance to file-compiler.txt log.
|
||||
'chmodFile' => $config->chmodFile, // mode to use for created files, i.e. "0644"
|
||||
'chmodDir' => $config->chmodDir, // mode to use for created directories, i.e. "0755"
|
||||
'chmodFile' => '', // mode to use for created files, i.e. "0644"
|
||||
'chmodDir' => '', // mode to use for created directories, i.e. "0755"
|
||||
'exclusions' => array(), // exclude filenames or paths that start with any of these
|
||||
'extensions' => array('php', 'module', 'inc'), // file extensions we compile
|
||||
'cachePath' => $config->paths->cache . 'FileCompiler/', // path where compiled files are stored
|
||||
|
Reference in New Issue
Block a user