From 8d7fe3cdbdb264deb5194b91b9a8ac4f9d833754 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Nov 2010 14:42:50 +0800 Subject: [PATCH] GnumericToExcel.php --- GnumericToExcel.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GnumericToExcel.php b/GnumericToExcel.php index afe83bba..8bb73466 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -28,6 +28,10 @@ class Pman_Core_GnumericToExcel extends Pman return true; } + function get() + { + + } function post($fname) { $ml = (int) ini_get('suhosin.post.max_value_length'); @@ -81,7 +85,7 @@ class Pman_Core_GnumericToExcel extends Pman clearstatcache(); if (!file_exists($targetTmp) || !filesize($targetTmp)) { - header("HTTP/1.0 400 Internal Server Error"); + header("HTTP/1.0 400 Internal Server Error - Convert error"); die("ERROR CONVERTING?:" . $cmd ."\n

OUTPUT:". htmlspecialchars($out)); } unlink($srcTmp); -- 2.39.2