mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-23 18:07:07 +00:00
Add const LOG_FILE to constants.php.template
This commit is contained in:
parent
31f62cd62d
commit
2f3831d997
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ const URL_PROPRE = false;
|
|||
// Use REMOTE_USER data provided by web server
|
||||
const USE_REMOTE_USER = true;
|
||||
|
||||
// Path to the log file
|
||||
const LOG_FILE = 'admin/stdout.log';
|
||||
|
||||
const COMMENT_EMPTY = 0x0000000001;
|
||||
const COMMENT_USER_EMPTY = 0x0000000010;
|
||||
const COMMENT_INSERT_FAILED = 0x0000000100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue