From 6792a49f379953315e493bb15ebdc670aa334a74 Mon Sep 17 00:00:00 2001 From: François LASSERRE Date: Wed, 23 Jul 2014 23:00:30 +0200 Subject: Remove from all files the ending php tag --- conf/config.php | 2 -- detail.php | 2 -- host.php | 2 -- inc/functions.inc.php | 2 -- inc/rrdtool.class.php | 2 -- index.php | 2 -- type/Default.class.php | 2 -- type/GenericIO.class.php | 2 -- type/GenericStacked.class.php | 2 -- type/Uptime.class.php | 2 -- 10 files changed, 20 deletions(-) diff --git a/conf/config.php b/conf/config.php index 324c441..66b5d0e 100644 --- a/conf/config.php +++ b/conf/config.php @@ -98,5 +98,3 @@ $CONFIG['default_timezone'] = 'UTC'; # load local configuration if (file_exists(dirname(__FILE__).'/config.local.php')) include_once 'config.local.php'; - -?> diff --git a/detail.php b/detail.php index 8f5a845..777294b 100644 --- a/detail.php +++ b/detail.php @@ -65,5 +65,3 @@ echo ''; echo "\n"; html_end(); - -?> diff --git a/host.php b/host.php index a19aecc..03d515c 100644 --- a/host.php +++ b/host.php @@ -33,5 +33,3 @@ echo ''; printf(""); html_end(); - -?> diff --git a/inc/functions.inc.php b/inc/functions.inc.php index 3664d78..abe0763 100644 --- a/inc/functions.inc.php +++ b/inc/functions.inc.php @@ -59,5 +59,3 @@ function error_image() { readfile('layout/error.png'); exit; } - -?> diff --git a/inc/rrdtool.class.php b/inc/rrdtool.class.php index 6b7d949..283f708 100644 --- a/inc/rrdtool.class.php +++ b/inc/rrdtool.class.php @@ -34,5 +34,3 @@ class RRDTool { } } } - -?> diff --git a/index.php b/index.php index c7f1642..78db85d 100644 --- a/index.php +++ b/index.php @@ -27,5 +27,3 @@ if ($uhosts) { } html_end(); - -?> diff --git a/type/Default.class.php b/type/Default.class.php index 4cb9ff7..597c01c 100644 --- a/type/Default.class.php +++ b/type/Default.class.php @@ -58,5 +58,3 @@ class Type_Default extends Type_Base { return $rrdgraph; } } - -?> diff --git a/type/GenericIO.class.php b/type/GenericIO.class.php index 20029a1..a0a9666 100644 --- a/type/GenericIO.class.php +++ b/type/GenericIO.class.php @@ -80,5 +80,3 @@ class Type_GenericIO extends Type_Base { return $rrdgraph; } } - -?> diff --git a/type/GenericStacked.class.php b/type/GenericStacked.class.php index d41c2ab..421135c 100644 --- a/type/GenericStacked.class.php +++ b/type/GenericStacked.class.php @@ -61,5 +61,3 @@ class Type_GenericStacked extends Type_Base { return $rrdgraph; } } - -?> diff --git a/type/Uptime.class.php b/type/Uptime.class.php index 52af3a4..ffd0e31 100644 --- a/type/Uptime.class.php +++ b/type/Uptime.class.php @@ -60,5 +60,3 @@ class Type_Uptime extends Type_Base { return $rrdgraph; } } - -?> -- cgit v1.1