forked from GNUsocial/gnu-social
define syslog variables in common.php
darcs-hash:20080717163613-84dde-2684415a03d1a2754e148e4921ce39ad075bbc5b.gz
This commit is contained in:
@@ -1054,7 +1054,6 @@ function common_ensure_syslog() {
|
||||
static $initialized = false;
|
||||
if (!$initialized) {
|
||||
global $config;
|
||||
define_syslog_variables();
|
||||
openlog($config['syslog']['appname'], 0, LOG_USER);
|
||||
$initialized = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user