From 9cf7b175a225631376944019ad302d078a3a495b Mon Sep 17 00:00:00 2001 From: Roman Bazalevsky Date: Wed, 21 Sep 2016 15:01:17 +0300 Subject: [PATCH 1/1] =?utf8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D0=BC?= =?utf8?q?=D1=81=D1=8F=20=D0=B7=D0=B0=20=D1=81=D0=BE=D0=B1=D0=BE=D0=B9...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- festival-php/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/festival-php/index.php b/festival-php/index.php index 28e6dcf..bc26996 100644 --- a/festival-php/index.php +++ b/festival-php/index.php @@ -25,6 +25,7 @@ if ($fd = fopen ($fullPath, "r")) { } } fclose ($fd); +unlink($fullPath); // $tts->text2Speech('The authors email address is. p scott @ u w c dot a c dot zed ay'); -- 2.34.1