aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/GenericStacked.class.php
diff options
context:
space:
mode:
authorFrançois LASSERRE2014-07-23 23:00:30 +0200
committerPim van den Berg2014-07-23 23:08:46 +0200
commit6792a49f379953315e493bb15ebdc670aa334a74 (patch)
tree277a49a40ba2379043a9116ed192d6f96042008b /type/GenericStacked.class.php
parenttype/base: stop escaping characters manually since we use escapeshellarg() (diff)
downloadapt-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 'type/GenericStacked.class.php')
-rw-r--r--type/GenericStacked.class.php2
1 files changed, 0 insertions, 2 deletions
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?>