diff options
author | François LASSERRE | 2014-07-23 23:00:30 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-07-23 23:08:46 +0200 |
commit | 6792a49f379953315e493bb15ebdc670aa334a74 (patch) | |
tree | 277a49a40ba2379043a9116ed192d6f96042008b | |
parent | type/base: stop escaping characters manually since we use escapeshellarg() (diff) | |
download | apt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.zip apt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.tar.gz apt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.tar.bz2 apt-panopticon_cgp-6792a49f379953315e493bb15ebdc670aa334a74.tar.xz |
Remove from all files the ending php tag
Diffstat (limited to '')
-rw-r--r-- | conf/config.php | 2 | ||||
-rw-r--r-- | detail.php | 2 | ||||
-rw-r--r-- | host.php | 2 | ||||
-rw-r--r-- | inc/functions.inc.php | 2 | ||||
-rw-r--r-- | inc/rrdtool.class.php | 2 | ||||
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | type/Default.class.php | 2 | ||||
-rw-r--r-- | type/GenericIO.class.php | 2 | ||||
-rw-r--r-- | type/GenericStacked.class.php | 2 | ||||
-rw-r--r-- | type/Uptime.class.php | 2 |
10 files changed, 0 insertions, 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'; | |||
98 | # load local configuration | 98 | # load local configuration |
99 | if (file_exists(dirname(__FILE__).'/config.local.php')) | 99 | if (file_exists(dirname(__FILE__).'/config.local.php')) |
100 | include_once 'config.local.php'; | 100 | include_once 'config.local.php'; |
101 | |||
102 | ?> | ||
@@ -65,5 +65,3 @@ echo '</div>'; | |||
65 | echo "</fieldset>\n"; | 65 | echo "</fieldset>\n"; |
66 | 66 | ||
67 | html_end(); | 67 | html_end(); |
68 | |||
69 | ?> | ||
@@ -33,5 +33,3 @@ echo '</div>'; | |||
33 | printf("</fieldset>"); | 33 | printf("</fieldset>"); |
34 | 34 | ||
35 | html_end(); | 35 | html_end(); |
36 | |||
37 | ?> | ||
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() { | |||
59 | readfile('layout/error.png'); | 59 | readfile('layout/error.png'); |
60 | exit; | 60 | exit; |
61 | } | 61 | } |
62 | |||
63 | ?> | ||
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 { | |||
34 | } | 34 | } |
35 | } | 35 | } |
36 | } | 36 | } |
37 | |||
38 | ?> | ||
@@ -27,5 +27,3 @@ if ($uhosts) { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | html_end(); | 29 | html_end(); |
30 | |||
31 | ?> | ||
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 { | |||
58 | return $rrdgraph; | 58 | return $rrdgraph; |
59 | } | 59 | } |
60 | } | 60 | } |
61 | |||
62 | ?> | ||
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 { | |||
80 | return $rrdgraph; | 80 | return $rrdgraph; |
81 | } | 81 | } |
82 | } | 82 | } |
83 | |||
84 | ?> | ||
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 { | |||
61 | return $rrdgraph; | 61 | return $rrdgraph; |
62 | } | 62 | } |
63 | } | 63 | } |
64 | |||
65 | ?> | ||
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 { | |||
60 | return $rrdgraph; | 60 | return $rrdgraph; |
61 | } | 61 | } |
62 | } | 62 | } |
63 | |||
64 | ?> | ||