Kohana v3.3.2
This commit is contained in:
@@ -170,7 +170,7 @@ class Kohana_Minion_CLI {
|
||||
// Create temporary file
|
||||
file_put_contents($vbscript, 'wscript.echo(InputBox("'.addslashes($text).'"))');
|
||||
|
||||
$password = shell_exec('cscript //nologo '.escapeshellarg($command));
|
||||
$password = shell_exec('cscript //nologo '.escapeshellarg($text));
|
||||
|
||||
// Remove temporary file.
|
||||
unlink($vbscript);
|
||||
|
Reference in New Issue
Block a user