mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 15:10:19 -06:00
5 lines
89 B
PHP
5 lines
89 B
PHP
<?PHP
|
|
// start/stop service
|
|
exec("/etc/rc.d/rc.ptpd ".escapeshellarg($_POST['cmd']));
|
|
?>
|