Untitled
unknown
plain_text
a year ago
371 B
10
Indexable
$process = new Process(
[
'python',
$pythonScript,
$fileLocation,
$fromTime,
$toTime,
'-e',
$upload->name,
'-c',
$upload->country,
'-i',
$lang,
'-m',
$upload->currency,
],
env: ['SYSTEMROOT' => getenv('SYSTEMROOT'), 'PATH' => getenv('PATH')]
);Editor is loading...
Leave a Comment