summaryrefslogtreecommitdiffstats
path: root/frontends/php/report3.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-03 09:03:29 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-03 09:03:29 +0000
commit6822f3a55614b2c2ed10479e63f6c39526b08708 (patch)
treea7277df979428a462ace9f8c223f7b4798ae413a /frontends/php/report3.php
parent1a7b74a3fc4ea2b0264eb620e44654eeb3e6c081 (diff)
downloadzabbix-6822f3a55614b2c2ed10479e63f6c39526b08708.tar.gz
zabbix-6822f3a55614b2c2ed10479e63f6c39526b08708.tar.xz
zabbix-6822f3a55614b2c2ed10479e63f6c39526b08708.zip
Minor changes (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@882 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report3.php')
-rw-r--r--frontends/php/report3.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/frontends/php/report3.php b/frontends/php/report3.php
index b1ca8404..87f7f313 100644
--- a/frontends/php/report3.php
+++ b/frontends/php/report3.php
@@ -1,4 +1,24 @@
<?php
+/*
+** Zabbix
+** Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+**/
+?>
+<?php
include "include/config.inc.php";
$page["title"] = "IT Services availability report";
$page["file"] = "report3.php";