diff options
Diffstat (limited to 'includes/functions.php')
-rw-r--r-- | includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions.php b/includes/functions.php index bc169ff..4db70c5 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -469,7 +469,7 @@ define('BAYONET_LOG_ERROR','bayonet_log_error'); define('BAYONET_LOG_WARN','bayonet_log_warn'); define('BAYONET_LOG_INFO','bayonet_log_info'); -function WriteLog($message,$flag) +function WriteLogBayonet($message,$flag) { global $config; $enabled = $config['logs']['enabled']; |