forked from leftypol/leftypol
syslog()
This commit is contained in:
parent
a37a14a398
commit
3e28328dc9
4 changed files with 31 additions and 7 deletions
|
@ -75,6 +75,9 @@
|
|||
// This keeps the script from querying the database and causing strain when not needed.
|
||||
$config['has_installed'] = '.installed';
|
||||
|
||||
// Use syslog() for logging all error messages and unauthorized login attempts.
|
||||
$config['syslog'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Database settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue