mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 14:40:36 -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']));
|
|
?>
|