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 --- inc/functions.inc.php | 2 -- inc/rrdtool.class.php | 2 -- 2 files changed, 4 deletions(-) (limited to 'inc') 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 { } } } - -?> -- cgit v1.1