diff --git a/twisterpost.php b/twisterpost.php index 1bd3506..3903926 100644 --- a/twisterpost.php +++ b/twisterpost.php @@ -150,7 +150,7 @@ class TwisterPost protected function exec_win($cmd, &$output = null, &$return_var = null) { - $tempfile = '_php_exec.bat'; + $tempfile = uniqid().'_php_exec.bat'; $bat = "@echo off\r\n" . "@chcp 65001 >nul\r\n"