From 1c65e69268a2028f1f256e3fbb524eabd302f9b3 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sat, 3 Sep 2011 15:04:19 +0000 Subject: [PATCH] add id to syslog git-svn-id: http://www.observium.org/svn/observer/trunk@2411 61d68cd4-352d-0410-923a-c4978735b2b8 --- syslog.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/syslog.php b/syslog.php index dfe8c04138..1c6f3cef35 100755 --- a/syslog.php +++ b/syslog.php @@ -1,6 +1,20 @@ #!/usr/bin/env php + * @copyright (C) 2006 - 2011 Adam Armstrong + * @license http://gnu.org/copyleft/gpl.html GNU GPL + * + */ + + include("includes/defaults.inc.php"); include("config.php"); include("includes/syslog.php");