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