File_Convert_AbiToDocx/AbiToDocx.php
[pear-examples] / File_Convert_AbiToDocx / AbiToDocx.php
index 30247e9..b1fd636 100644 (file)
@@ -10,7 +10,10 @@ $conv->save($fn);
 //$xml = new XMLReader();
 
 // Download the file for testing
+if($_SERVER['SERVER_NAME'] == 'localhost')
+{
+    exit;
+}
 if (file_exists($fn)) {
     echo 'Prepare for download!!';
     header('Content-Description: File Transfer');