variousscripts/restartprocesspage/touch.php

7 lines
63 B
PHP
Raw Permalink Normal View History

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