mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 23:59:55 -04:00
11 lines
220 B
PHP
11 lines
220 B
PHP
|
|
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Message logging directory.
|
||
|
|
*/
|
||
|
|
$config['log_directory'] = VARPATH.'logs';
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Permissions of the log file
|
||
|
|
*/
|
||
|
|
$config['posix_permissions'] = 0644;
|