Похожие чаты

<?Php Error_reporting(E_ALL); If(Function_exists('Shell_exec')) { $command = escapeshellcmd('python3 $/usr/C:/xampp/htdocs/scripts/a.py'); $output = shell_exec($command); print $output; } ?>

2 ответов

9 просмотров

Invalid path in escapeshellcmd function argument

I think the $/usr must be omitted.

Похожие вопросы

Обсуждают сегодня

Карта сайта