From e59a1806cf676dad9256ad3adb83a6e9530b7612 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Mon, 9 Jul 2012 16:51:16 +0200 Subject: remove superfluous ?> at the end of .php files (left out apps/*/templates) --- apps/files/download.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/files/download.php') diff --git a/apps/files/download.php b/apps/files/download.php index 2b5d4e2d876..4e2478d1ad7 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -46,4 +46,3 @@ header('Content-Length: '.OC_Filesystem::filesize($filename)); @ob_end_clean(); OC_Filesystem::readfile( $filename ); -?> -- cgit v1.2.3