ファイル
variousscripts/restartprocesspage/touch.php

7 行
63 B
PHP
Raw 通常表示 履歴

2019-08-05 16:07:57 +03:00
<?php
$e = "/var/www/restart/start.sh";
shell_exec("$e");
?>