File_Convert_AbiToDocx/AbiToDocx.php
[pear-examples] / File_Convert_AbiToDocx / AbiToDocx.php
index 483618b..2d14d1e 100644 (file)
@@ -10,10 +10,7 @@ $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');